|
"Nick Leonessa" <nleonessa@xxxxxxxxxxxxxxxxxxx> wrote in message news:002a01c3005a$209d4420$0302a194@xxxxxxxxx > I would like to access a Java program that displays a dropdown window > containing as/400 information. > I would like to access this from an RPG program when the user requests > field value information. > I would need the ability to pass parms to and from the Java program. Ok, this is a total shot in the dark ... as I really don't understand what you are trying to accomplish (please elaborate for a better answer) ... I'm assuming that you want to initiate a request from a rpg program for a java program to pop up a gui where the user can select information, and then have that selection returned to the RPG program. Close? If so, then data queue's are your friend :) Write your java program so that it monitors for entries on a data queue ... when it receives a entry, pop up your list, accept the selection, and then have it send the result to another data queue. Your RPG program can send the request for a selection to the first data queue, and then wait for an entry on the 2nd data queue with the results. david
This mailing list archive is Copyright 1997-2026 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.