Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check for not empty user's input
Message
From
13/11/2006 06:18:42
 
 
To
13/11/2006 06:13:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01169089
Message ID:
01169096
Views:
8
>LOL dat simple huh. Thanx fot the help i will try that out ;o)

In valid:
If empty(this.value)
  return .F.
endif
But in this case, I prefer
If len(alltrim(this.value))<4 && Or whatever is the minimum number of characters
  return .F.
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform