Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blocking Keyboard buffer
Message
 
À
25/07/1999 12:46:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00245855
Message ID:
00245875
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform