Reload Window variable (AREV Specific)
At 26 AUG 1999 11:58:57AM Rudhy B. wrote:
I am using Arev 3.12.
I have a window (data entry screen) that I modify the WC_W% based on whether it?s a new record or existing record.
So at post prompt (of the record key), I have a subroutine something like this:
rec_key_post:
If wc_orec% ne null$ then
Wc_w%(X)=?P?end else
Wc_w%=???? <=== I want to reload the original valueend
How do I restore the original value of the wc_w% ?
Thanks,
Rudhy
At 26 AUG 1999 07:52PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
Just set it to orec? Not sure what you're code is doing though.