Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I get back to a previous text box if error occurr
Message
De
05/01/2000 22:59:55
 
 
À
05/01/2000 18:04:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00313407
Message ID:
00313721
Vues:
48
Hi Mike,

>I used your return 0 in the valid of the text box, but how do I let the user get out if they want to cancel and don't want to enter data. I have a cancel button but the text box will not allow me to exit because it keeps returning the 0 to keep me there.

The code has to be conditional, example:
if lConditionPassed
	return .t. &&move on
else
	return 0  &&Can't leave, invalid data
endif
Does this make sense?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform