Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When/Valid/Gotfocus/LostFocus
Message
 
À
10/09/1999 07:45:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00263291
Message ID:
00263308
Vues:
23
Mike,
WHEN:  to decide if you will allow the user to enter the control (RETURN .F. 
       prevents access to the control)

GOTFOCUS: To react to the user getting into the control.  GotFocus fires after 
          When has returned .T. to allow them in.

VALID: To determine if you will allow the user to leave the control. (RETURN 
       .F. or RETURN 0 prevents the user from leaving the control)

LOSTFOCUS: To react to the use leaving the control.  (LostFocus fires after 
           Valid has returned .T. or a number other than 0).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform