Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make ESCAPE close a form
Message
From
27/07/2000 17:16:59
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00397900
Message ID:
00397902
Views:
7
In the KeyPress method insert the following code:

LPARAMETERS nKeyCode, nShiftAltCtrl
do case
case nKeyCode=27 && Escape Key
thisform.release

endcase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform