Link to home
Start Free TrialLog in
Avatar of TerryBurger
TerryBurger

asked on

VFP9 Prevent *** interrupted *** event when user presses escape key

At various points in my VFP9 app (like in-between form calls) if a users hits escape, it will allow the user to (ungracefully) exit the application. I'd like to disable this interrupt all together. Does anyone know how?


Thanks,

Terry
ASKER CERTIFIED SOLUTION
Avatar of CarlWarner
CarlWarner
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
And there's also the infamous
ON KEY LABEL ESC *
to disable the key assignment.

ON KEY LABEL Command
http://msdn.microsoft.com/library/en-us/dv_foxhelp9/html/3b90dacf-2ab1-4457-b73a-70fbad80948c.asp?frame=true