Hi,
I've DataWindow with EditMask fields. I know how to set numerical masks with # chars. But the '####' mask ignores multiple 0 chars on lead. I can trim 0 chars on lead ex. 000754 to 754. Is possible to set a mask to block entry 0 char before the number?
PS.
I use latest PowerBuilder 2022 R3.
Regards,
Pawel
I've implemented of EditChanged event, but I'm looking for a better solution. Maybe in the future, we will add a regex pattern to the validation edit mask.
Another trick I use sometimes is calling a Global Function to handle common edits across columns requiring the same restrictions and thus, need to only code this checking once but then it's reusable. ;-)