× 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.



Sounds more like you want to create an "app" than a web page. Although, a
web page would be easier and would work on more devices (since the
HTML/browser should work in different environments).

The web page scenario would be pretty easy. The hardest part would be
talking your network admin into poking a hole in the firewall so that they
could communicate with your i from the Ultranet (tm Carolla Digital).

As for the program there are many things you could use... raw APIs (yuck),
CGIDEV2 or our eRPG SDK (much much easier), find some API wrappers and use
them (there are a lot of articles on CGI programming out there).

It sounds like first, though, you need to define what the purpose and
interface will be, then find the best method.

I'm working on a project with a customer now that uses Canvas to create
dynamic apps for phones. Think of Canvas as a SDA for "apps" for devices.
The data that is entered is then retrieved using a web service call (for
example with our GETURI application or Scotts HTTP API) as XML then parsed.

This may also be an option. I'm finding it to be really cool. There are
other companies that do this to, but I found Canvas to be the easiest and
have the best support during my trials.

Brad
www.bvstools.com


On Wed, May 21, 2014 at 4:33 AM, Richard Schoen <richard@xxxxxxxxxxxxxxx>wrote:

As Vern has suggested, write a CGI RPG program to process the web form
data and then write it to a data queue.

I'm assuming you're not thinking about .Net or I would have other
suggestions :-)

Regards,
Richard Schoen
RJS Software Systems Inc.
Where Information Meets Innovation
Document Management, Workflow, Report Delivery, Forms and Business
Intelligence
Email: richard@xxxxxxxxxxxxxxx
Web Site: http://www.rjssoftware.com
Tel: (952) 736-5800
Fax: (952) 736-5801
Toll Free: (888) RJSSOFT

-----Original Message-----

message: 7
date: Tue, 20 May 2014 22:20:27 -0500
from: Booth Martin <booth@xxxxxxxxxxxx>
subject: Looking for example/instructions on sending data from web to
a data queue

Looking for example/instructions on sending data from web to a data queue

I want to send output from a web form to a data queue for processing by
an RPG program. I believe it is possible, and not all that hard,
however I have confused myself.

Any good places to look for a solution?

--
Booth Martin
www.martinvt.com
(802)461-5349
Skype: booth.martin

Whom computers would destroy, they must first drive mad.



------------------------------

message: 8
date: Tue, 20 May 2014 22:35:25 -0500
from: Vernon Hamberg <vhamberg@xxxxxxxxxxxxxxx>
subject: Re: Looking for example/instructions on sending data from web
to a data queue

As far as I know, there is no way to directly write to a data queue from
a browser - if that is what you mean by sending from the web

Everything from a form goes through a CGI program that is specified on
the <form> in HTML - and THAT program would take some parameter value
and pass it to the data queue.

Now PHP may have something like that - ultimately, there is a program
doing it but you don't see it, i think.

There might be something in this service program that came out a while
back - I forget the name, it is used by the PHP support, I think. It has
a number of builtins, sort of.

Vern

On 5/20/2014 10:20 PM, Booth Martin wrote:
Looking for example/instructions on sending data from web to a data queue

I want to send output from a web form to a data queue for processing
by an RPG program. I believe it is possible, and not all that hard,
however I have confused myself.

Any good places to look for a solution?




------------------------------

Subject: Digest Footer

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) digest list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



------------------------------

End of MIDRANGE-L Digest, Vol 13, Issue 834
*******************************************


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



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.