×
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 Wed, Jan 16, 2019 at 2:36 PM Jon Paris <jon.paris@xxxxxxxxxxxxxx> wrote:
Can you name one widely available web interface for RPG that does not
require a call for each field?
I wrote a couple "web" procedures, one that effectively mirrors a "write"
opcode, and another that mirrors a "read" opcode. But I never got around to
using them in "production" applications, because of the overhead required
to make them generic for any record format, which was passed as a parameter.
A more fundamental concern is whether it even makes sense at all to force a
write-read paradigm on a browser user interface? I personally don't think
it makes sense, notwithstanding the prominent vendors who push that
paradigm on RPG developers.
I would counter that you can create better, more functional user
interfaces, when you divorce yourself from a write-read paradigm. Instead,
create web applications that simply respond to asynchronous requests from
browsers, which are often triggered by key-press and mouse "events". The
write-read paradigm forces too many constraints on a browser user interface.
As an Amazon Associate we earn from qualifying purchases.