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:
01495930
Views:
64
>>
>>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.

Not with SET NOTIFY OFF.
Becuase this is my default setting for my form class, I forgot about it :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform