Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a minimum password
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01495915
Message ID:
01495930
Vues:
65
>>
>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform