Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validation problem
Message
 
À
28/05/2001 11:36:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00511930
Message ID:
00511936
Vues:
23
Modify as follows:

IF ( X button pressed )
NODEFAULT
ENDIF

Prevents the lostfocus event from executing it's default bevaviour;
I prefer to use the valid event since it executes first and can return focus either to its calling object or another object with the return command. Also, the lostfocus event if I remember correctly doesn't fire if the user navigates with the mouse instead of the keyboard; the valid event in contrast always fires.

Randy
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform