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
Yep, the field is string type :(. I know that in this situation '0' as lead chars is normal situation.