dhowells
2nd July 2002, 15:42
How can I tell which form command is chosen in the script? I have a case where a session can zoom to either PO Headers or SO headers. This is set up as form commands that activate a session. Both of the sessions import the zoom.orno variable as it's key. I need to know which option was chosen to set the variable appropriately. Is there a way to do this other than executing a user choice?

benito
2nd July 2002, 17:02
How about debugging? You should hit an action / value for each form action in debug mode.

dhowells
2nd July 2002, 17:06
If I don't have code for an action the debugger will not stop. I tried tracing some of the predefined variables and watched variables that are set using Lp. I cannot seem to trap the right action/varibale.