Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email Validation
Message
 
 
To
14/03/2010 03:14:20
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01454317
Message ID:
01454347
Views:
75
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform