Message
 
To
14/03/2010 03:14:20
General information
Fórum:
Visual FoxPro
Category:
Título:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
ID da thread:
01454317
ID da mensagem:
01454347
Views:
77
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
Responder
Mapa
View