Hello,
I have also decided to work with a regex because i want to parse a value between 0 and 100 included formating 2 decimal (percent value).
I enter the regex 0.00|[0-9]{1,2}\R.[0-9]{2,2}|100.00.
The data provide a Sql database.
In Mask propoerty that works fine, but at starting software, the value is null, when i enter in the control, it display #0000.
Is it an error with the regex ?
Ethan