Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cancel button question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00166025
Message ID:
00166027
Vues:
39
Have a global variable initialize at the start of your for form:

Form.Load Method
----------------
m.glExecute = .T.

TextBox.LostFocus Method
------------------------
IF m.glExecute
<... your TextBox.LostFocus code >
ELSE

ENDIF

CancelButton.Click Method
-------------------------
m.glExecute = .F.
THISFORM.Release
Juan L. Romero
gcandela@javanet.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform