Hello all,
In an Arev 3.12 application, I am trying to set up a series of popups and collector windows which will lead the user to an end point based upon their answers. I want to be able to tell if the user presses the Esc key in order to go backup to the previous popup/collector window. However, when the user presses Esc a null is returned to @PSEUDO. This would answer my question, except null is an acceptable response to some of the collector windows. Is there a way to differentiate between the two?
Thanks,
psimonsen@srpcs.com
Check @PROG.CHAR or allow for a line so return value is never null.
akaplan@sprezzatura.com
Thanks Aaron, @PROG.CHAR solved it.
psimonsen@srpcs.com