Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2, 4, or 6 characters
Message
From
04/04/2001 15:59:07
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
 
 
To
04/04/2001 11:24:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00491867
Message ID:
00492089
Views:
21
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform