UDF1 Numeric Field accepting characters
Even declaring that the UDF is only numeric, it is accepting letters, is there a way to create a script to do a test, if it is letters, does it block?

Best Regards
Fabio.
1
-
Boa tarde Fábio,
Fiz um script para você.
setvar=valida=select ISNUMERIC('<dw_1.item.udf2.value>')
if <valida> = 0 then
messagebox=error$Campo Aceita Apenas Número
dw_1.item.udf2.status=error
else
dw_1.item.udf2.status=ok
end if
Att
João Antonio
-
Boa João, funcionou perfeito, obrigado.
-
Boa tarde Fabio,
Show.
Meu skype: JoaoTassoli
Qualquer duvida pode chamar ae.
Please sign in to leave a comment.
Comments
3 comments