TehnologiaInformatiei
15-03-2016
Hi,
In a LiveCycle Designer ES4 form, how to check (on field exit) if a numeric field value is Integer or not?
Magus069
MVP
Hi there,
you can verify if the rawValue contains a "," or "." by using indexOf
like the following
Hope this will help you
Thank you very much, this is it!