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:
01495920
Vues:
68
>
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform