Hi
I've got a Datawindow Column (of type string(9)) with an EditMask of ###-###-###.
If I paste the string 123456789 into this field, I get this:
Am I doing something wrong or is an EditMask just not suited for Copy&Paste?
Regards,
Markus
Hi
I've got a Datawindow Column (of type string(9)) with an EditMask of ###-###-###.
If I paste the string 123456789 into this field, I get this:
Am I doing something wrong or is an EditMask just not suited for Copy&Paste?
Regards,
Markus
Hi Markus;
I confirmed the same issue this morning in PB2017R2 build 1769. Please open a support ticket for this issue.
Regards ... Chris
Hi Markus,
I was able to reproduce it on PowerBuilder 2017 R2 build 1769. Please open support ticket as Chris said.
Regards,
Use format @@@-@@@-@@@ insted of editmask. This will allow you to paste in 123456789 and then will format it after you tab off.
Not use if that meets you needs but it certainly works for me.
Cheers
David
Looks like it's counting the "-" as characters. Have you tried String(11)?