‎2008 May 05 12:28 PM
Hi all,
I have an interactive form in which there is a field in a table which is getting calculated in the Initialization of the Interface of the form. The calculated value can have decimals.I am displaying the calculated values in the form. In the layout I am setting the field as Numeric with Data format as Decimal. While testing the form, I am getting 'TEXT' in the field instead of the value. I even checked in debugging, the value is correctly getting filled in the table field. Please guide me as to what could be the problem.
Thanks & Regards,
Nilanjan Dey
‎2008 May 05 12:40 PM
check in the program how this field is defined may be its defined as character.
anya
‎2008 May 05 12:53 PM
Hi,
The field is defined as Packed of length 12, decimals 3. In the layout I have defined it as 'Numeric', data format as 'Decimal'.
Regards,
Nilanjan