ken bohnenkamp
22nd May 2003, 06:35
I would like to do an extended query in my before.program section but I would only like to do it when the session is called by a certain menu. Is there a condition I can check in a session to determine which menu called the session.
Juergen
22nd May 2003, 08:19
Hi Ken,
only an idea, but maybe you can use the the field "Process Info" in "Maintain Menu Fields".
This field contains information that will be passed on to the program activated by the menu field. If the program is a session, this information can be retrieved in the session with the variable procesinfo$.
Juergen
ken bohnenkamp
22nd May 2003, 15:11
Worked Great, Thanks Juergen