Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in Interactive form

Former Member
0 Likes
327

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

2 REPLIES 2
Read only

Former Member
0 Likes
309

check in the program how this field is defined may be its defined as character.

anya

Read only

0 Likes
309

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