Clear Window (AREV Specific)
At 06 FEB 1998 12:42:09PM David Berkovsky wrote:
I would like to be able to clear/reset my window
programatically.
How can I do this ???
At 06 FEB 1998 04:46PM Aaron Kaplan wrote:
You could force and F8 keypress.
I think setting RESET to RESET.RECORD$, and nulling out @ID and @RECORD will work as well. Might have to play with KEY.FULL and move the prompt up to the ID fields.
At 09 FEB 1998 01:32PM David Berkovsky wrote:
Setting RESET=RESET.RECORD$ does not refresh window
Any other suggestions ???
Thanks so much
At 10 FEB 1998 09:27AM Aaron Kaplan wrote:
You need to add a redisplay option as well. Don't forget that you have to handle all the locking and unlocking yourself.