Hi
I have a requirement to display a percentage field with 2 decimal places in an Adobe form e.g. 75.00%.
The field has been declared as type ANZHL (DEC Length=7 Decimals=2) in a data dictionary structure.
When debugging the controlling program and the actual function module generated for the form itself the contents of the field is 75.00.
In the layout of the form the field has been created as a Decimal field with Display pattern and Data pattern of num{zzzz9.zz%}.
However, when the form is previewed or printed the field is displayed as 7500%.
Does anyone have any idea how to fix this?
Thanks