×
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.
On 10/3/2018 4:12 AM, Don Brown wrote:
Did you modify the existing RPG to enable input from either 5250
Interactive Green Screen AND Web
My opinion: don't do this. The result is not web-like. One example: how
many web apps have numbered menu options that the user chooses in order
to get into the right 'mode'?
did you separate the screen logic to
new programs or how did you retain the investment in the existing program
logic.
Refactor the business logic out of the current RPG code, and into
service programs. Use those sub-procedures either directly (jt400) or
indirectly (SQL stored procedures / user defined functions). Once the
business logic is independent of any specific UI, you can then build a
UI that's domain-specific. Directly read/write spreadsheets, web pages,
SQL Server tables, JSON, APIs needing user spaces - even printed reports :-)
As an Amazon Associate we earn from qualifying purchases.
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.