Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 5.0 - Problem with Escape to Cancel
Message
From
30/06/1997 15:56:38
 
 
To
29/06/1997 11:38:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00037381
Message ID:
00038166
Views:
51
if you do this you probably want to set the KEYPREVIEW property of the form so that it will process keys before other controls do Arnon > For this purpose I use Keypress event of form. I place there the following > code: > if lastkey() = 27 > this.release > endif > > Work fine (for me). > > Have a happy day, > Vladimir Shevchenko > > > Thisform.cmdCancel.Caption = " to Cancel" > > Thisform.cmdCancel.Default = .T. > > Guess what. . .It doesn't. What did I do wrong. >
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform