Greetings,

I have a dialog that calls a routine to perform the following...
   ISPLINK CONTROL,ERRORS,RETURN
   ISPLINK CONTROL,NONDISPL,ENTER,NOSETMSG
   ISPLINK DISPLAY,SYSVARS
   ISPLINK CONTROL,ERRORS,CANCEL
The above code is used to obtain some system level variables from the panel's )INIT section. The panel is never seen. This code is working and the variables are obtained and usually the code works as expected.

The problem is that when a user invokes the dialog and stack the 1st selection option (ie. DLGNAME;4 to get to option 4). After the above code was implemented the command stack seems to get cleared and the ";4" is ignored.

At first I thought this could be the ZTRAIL, but as the user is not entering something like 4.1.2, I don't believe ZTRAIL has anything to do with this problem. I have also checked the users' "Command delimiter", and it is set to ; so this should work. (it did before the above SYSVARS panel nondispl/display was added).

Does anyone have any ideas why this is failing?
Any hints in how to debug this or correct it?

Thanks in advance.
Dan D
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to