Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suppressing User Input
Message
 
À
24/11/2008 21:25:33
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01363890
Message ID:
01363917
Vues:
19
Jay,

ON KEY LABEL is an intercommand interrupt as you are finding out. You need to reset the ON KEY LABELS to be nothing so they don;t interrupt your running code as in;
ON KEYT LABEL F2 *
I am afraid that you will need to do this for all of the OKLs in effect and then reset them back when your code is finished. This is why I strongly encourage NOT using OKLs unless you need an intercommand interrupt. Use Key Press events or menus that you never show with hot keys (menus do not interrupt running code).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform