Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email Validation
Message
 
 
À
14/03/2010 03:14:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01454317
Message ID:
01454347
Vues:
76
You have to pick a pattern for validation. See Message ID: 886271

>thank for the reply howerver I put the following code in the valid procedure, but everytime I am getting invalid input
>as example and input in the field xxxxx@yyyy.com and still getting invalid input maybe I missed something
>Thank you
>
>LPARAMETERS tcEmailAddr
>LOCAL loRegExp
>loRegExp = CreateObject("VBScript.RegExp")
>loRegExp.IgnoreCase = .T.
>loRegExp.Pattern = '< Email Validation pattern you prefer here >'
>RETURN loRegExp.Test(tcEmailAddr)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform