V S Amarendra Reddy
Active User
Joined: 13 Sep 2006 Posts: 218 Location: USA
|
|
|
|
Hi,
I am displaying a panel which has a couple of variables. I am setting default values to them in the )INIT section. The Panel is being displayed with the proper values successfully. Once the user changes those varialbes and hits enter, the next REXX program invocation finishes and comes back to the panel, the variables are restored to the default values from the )INIT section.
I understand that this is because of the initialization in the )INIT section.
What is the best way to keep the variables to what user changes. The default values should only be displayed once that is when the first time the panel is displayed? |
|