Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling the 'Esc' key
Message
De
01/03/2000 10:45:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00339689
Message ID:
00339811
Vues:
16
>What is the syntax to disable the escape key ?

You can use SET ESCAPE like some folks mentioned, or ON ESCAPE. You could do

ON ESCAPE MyProcessForm.lEscaped = .T.

THen make sure in every iteration of your process (if its a loop of some sort) check to see if the user has hit escape, and then stop the process gracfuly from there.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform