How can one catch "Escape" button in collector window? (AREV Specific)
At 26 JUL 2002 06:34:56AM Peter Kassinski wrote:
Hello,
My program calls collector window using CATALYST.
After filling data in collector window I can press F9 or Esc.
How can I recognise what has happend in my prog?
@pseudo='
catalyst("W", collector_window ….)
This is a program code for recognition if I've left the collector window by Ecape…
What is the variable(s) I have to check?
Thank you.
At 26 JUL 2002 06:55AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
@PROG.CHAR can be used.
Optionally, if you don't make use of a specific field, say @RECORD, you can set up a collector save process code/command to set @RECORD to some value. Then test this upon exit. If it's set, they saved. If it's unset, they escaped.
World Leaders in all things RevSoft
At 26 JUL 2002 08:37AM Don Miller - C3 Inc. wrote:
You can do the same thing inside the collector itself. Set @PSEUDO=F9' or something when F9 or save is processed otherwise @PSEUDO will be null to indicate .
Don M.
C3 Inc.