Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ESC for exit the Form
Message
 
To
30/03/2000 18:02:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00352969
Message ID:
00353252
Views:
14
>The user can close the form with CTRL+F4 or clicking the upper right corner or object with "ThisForm.release()" code.
>How could I make that the "ESC" would have the same effect?
>
>Thank's, Zlatko.


In the KeyPress event of the Form add:

LPARAMETERS nKeyCode, nShiftAltCtrl
if nKeyCode = 27
thisform.Release()
endif
Henry Petry
AeroHunter.com
Previous
Reply
Map
View

Click here to load this message in the networking platform