Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text box getfocus and keeping
Message
De
14/06/1999 09:04:27
 
 
À
11/06/1999 10:45:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00228746
Message ID:
00229396
Vues:
17
Hi Todd,
may be you can do something like this:

In the valid event code:

textbox.valid

if empty(this.value)
return .t.
else
if .... your test Ok
return .t.
else
this.value = "" && clear the field
return .f.
endif
endif

I hope that this suggestion be usefull.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform