Problem:
If you are using an Entry-Field with a variable defined pic 9(2) and when the person is typing "03" you want it to show "03" instead of "3" on Acubench. What do you do?
Resolution:
The solution is a trick. On the FORMAT PICTURE field for that entry field you have to enter the following format :
99B
This will make sure that the data entered will be the data shown.
Fast an easy, once than we know it...
