Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email Validation
Message
From
14/03/2010 03:14:20
 
 
To
13/03/2010 16:01:41
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:
01454346
Views:
63
Hi Sergey
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform