|
On 01/08/2006, at 10:03 PM, Knezevic, Mihael wrote:
i have several modules bound into one program. now i want to to call a procedure. problem is that the name of the procedure is inside a variable. how can i now call the procedure where the module is bound into the same program object? i fiddled with the api Get Export but i can't get it working. is this even the right method of doing it? all articles covering this topic try to call a procedure from a service program. that is not what i want to do.
I'm not sure I understand exactly what you are trying to do. I can interpret your statements in two ways: 1) You want to call a procedure within the current program but you don't know the name until run-time
2) You want to call a procedure with a program from another programGetExport won't work for programs because programs cannot export procedures.
For 1) you should use procedure pointers rather than the procedure name.For 2) the system does not directly support calling procedures in a program object from outside that program object. That's what service programs are for. I think you can make this work but you'll need to provide a method of calling the the program to retrieve a procedure pointer. The invoke the procedure via the pointer.
Hmm, I might play with this tomorrow and see if I can get something working ...
Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software AS/400 Technical Specialists http://www.flybynight.com.au/ Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\ Fax: +61 3 9419 0175 \ / X ASCII Ribbon campaign against HTML E-Mail / \ --------------------------------------------------------------------
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.