Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On Escape
Message
From
15/04/2002 07:15:33
 
 
To
14/04/2002 23:59:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00644916
Message ID:
00644951
Views:
12
Geoff,

I wouldn't use set escape or on key label on a form. Normally, you have a button on the form that is for "close" or "cancel" that calls the necessary methods to close the form. If you look at the properties on a command button, you will see a property called "cancel". If you mark that as true rather than the default of false, that button action takes palce when they hit escape. There is also a "default" property that can be set if you wan one button to be used if they hit enter.

Hope this helps,
Bill

>Hi
>
>I am wanting to allow the user to 'ESCAPE' from a form instead of forcing them to click the close box.
>
>I have tried putting
>
>
>SET ESCAPE ON
>ON ESCAPE thisform.release()
>
>
>in the
Init method
but the trigger never takes.
>
>Can someone explain where I've gone wrong.
>
>Regards
>Geoff Scott
Previous
Reply
Map
View

Click here to load this message in the networking platform