× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Well, as has been said before, there are hundreds of ways you could go,
involving many platforms/languages. I have remained in the very shallow end
of web development, but there is one thing I notice about what you are
attempting. It sounds like the data is taking a one-way path (i.e. no
interactivity with the web page).

If you simply want to send data to a web page, then you can use RPG to build
an IFS file that contains the HTML (i.e. The web page) with the figures into
a folder that is served up by your web server. I have done this with data
that is updated every half hour regarding financial statistics, and the code
uses simple data structures that make up HTML tag structures. This might be
a good place to start. Using HTML this way makes it similar to printing a
report, or outputting to a subfile.

Interactivity is where all of the options that others here have mentioned
really comes in to play. Embedded anchors with parms that repeatedly call
the same program, Webfacing conversions, heck, even home-grown java applets
can be used. I would reccommend starting small.

On 9/22/05, steema@xxxxxxxxxxxxx <steema@xxxxxxxxxxxxx> wrote:
>
> HI
> I would like to display information to a web page. The users of this web
> page would be my department. I would report on static and dynamic info.
> The bulk would come from an RPG or Cobol program. Let us say certain
> application statistics regarding the activity of each section of the
> warehouses, how many pieces moved out. A small analysis of the various
> shipping files, the program would read and find critical dates and
> timestamps, and put into a file, to go to the web.
>
> Thanks,
> Steve
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
>
>


--
"Enter any 11-digit prime number to continue..."
"In Hebrew SQL, how do you use right() and left()?..." - Random Thought
"If all you have is a hammer, all your problems begin to look like nails"

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.