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

Table Control : Negative Value

kowong
Participant
0 Likes
1,395

Table Control:

I need to create a field in the table control which is able to display and input value with negative sign , i set to decimal, but short dump resulted... what should i do?

Thank you very much..

1 ACCEPTED SOLUTION
Read only

Former Member
807

hi,

We have the specify the reference field for the field in table control. Otherwise, we get a short dump showing an error conv_to_number.

To avoid this, we need to set the reference field in the properties of the field in table control.

Double click on the field of table control, we get the properties window opened, in it specify the reference field there.

There is an other simple way to avoid this dump. Select the field of the table contorl and in the TEXT inputbox which exists on the top right of the window, set last letter as _______V But in this case, we get the values justified to the right.

Regards,

Sailaja.

2 REPLIES 2
Read only

Former Member
0 Likes
807

Hi,

Try changing the data type of the field in table control to CHAR.

Best regards,

Prashant

Read only

Former Member
808

hi,

We have the specify the reference field for the field in table control. Otherwise, we get a short dump showing an error conv_to_number.

To avoid this, we need to set the reference field in the properties of the field in table control.

Double click on the field of table control, we get the properties window opened, in it specify the reference field there.

There is an other simple way to avoid this dump. Select the field of the table contorl and in the TEXT inputbox which exists on the top right of the window, set last letter as _______V But in this case, we get the values justified to the right.

Regards,

Sailaja.