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.
@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
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.