Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blocking Keyboard buffer
Message
 
 
To
25/07/1999 12:46:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00245855
Message ID:
00245875
Views:
13
>Hi,
>
>How can i block the keyboard buffer while a method is being executed, for example, a form.refresh() method.
>
>If i continuosly hold a key combination like Ctrl-Arrows defined using ON KEY, these procedures are fired and i get some conflicts.
>
>Thanks
>
>Juan Carlos

To prevent recursive calls of ON KEY LABEL events use PUSH KEY CLEAR at the beginning of your event code. To restore use POP KEY.
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform