Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with variable data using Rexx/Panels 1

Status
Not open for further replies.

BrembM3

Programmer
Oct 20, 2003
15
ZA
I've created a Rexx + panel - on one of the fields within the panel, I prompt the user for a Y/N - seems like the Rexx is picking up the previous value of this field. On rerunning the Rexx, it picks up the latest value. Could it be an initialize problem?
Thanks....
 
Without seeing the REXX code or the PROC section of the panel it can be tricky sorting these things out. Are you using VGET's and VPUT's possibly in the wrong order?

Would need more information to help.
 
Thanx KRdude - I found the problem in a VGET - I copied another Panel/Rexx and didn't modify properly...I'm still a rookie, thus the dumb mistakes...:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top