Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid Event...
Message
 
To
10/04/2000 15:38:27
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00357648
Message ID:
00357686
Views:
13
Favio,

Change you code to;
If lastkey() = 27
   * Change LastKey
   KEYBOARD "{CTRL+A}"
   * Eat the extra keystroke
   INKEY(.02)
   * By pass the valid code
   RETURN .T.
Endif
* Valid code
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform