|
Máscara para campo telefone no Windev |
Iniciado por Boller, 21,jun. 2021 21:55 - No hay respuesta |
| |
| | | |
|
| |
Miembro registrado 4.549 mensajes |
|
Publicado el 21,junio 2021 - 21:55 |
Máscara para campo telefone no Windev
sCRegEx is string = "(([0-9]{2,3})|\([0-9]{2,3}\))[-. ]*(([0-9]{4,5})[-. ]*([0-9]{4}))$" IF RegexMatch(MySelf,sCRegEx) = False THEN Info("Numero de telefone inválido") ReturnToCapture(MySelf) END
-- Adriano José Boller ______________________________________________ Consultor e Representante Oficial da PcSoft no Brasil +55 (41) 99949 1800 adrianoboller@gmail.com skype: adrianoboller http://wxinformatica.com.br/ |
| |
| |
| | | |
|
| | | | |
| | |
|