Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2, 4, or 6 characters
Message
De
04/04/2001 15:59:07
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
 
 
À
04/04/2001 11:24:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00491867
Message ID:
00492089
Vues:
23
IF EMPTY(m.organization) OR ISNULL(m.organization) OR ;
	LEN(ALLTRIM(m.organization)) = 1 OR ;
	LEN(ALLTRIM(m.organization)) = 3 OR ;
	LEN(ALLTRIM(m.organization)) = 5
		Messagebox('Please check the Organization # again.',64)
		ThisForm.Text1.SetFocus()
ENDIF
This was all I needed. Thanks for the helps anyway because it did helped me to use for other things. The thing I didn't realized was the InputMask was '999999', which do not allow spaces anywhere, not even in betweens, so that takes care of everything. The tests I did was from the Command Window. Thanks again.

Chuck
Today is tomorrow's yesterday.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform