Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a minimum password
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01495915
Message ID:
01495920
Views:
67
>
>Sure you should check the LEN() of the value
>
>*** Valid event of the TextBox:
>IF LEN(this.Value) < 8
>   MessageBox("The password can not be less than 8 chars)
>   RETURN .f.
>ENDIF
>RETURN .t.
>
Returning .F. from Valid event will generate additional 'Invalid value' WAIT WINDOW message. You would want RETURN 0 instead.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform