‎2006 Aug 21 2:47 AM
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..
‎2006 Aug 21 3:15 AM
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.
‎2006 Aug 21 3:09 AM
Hi,
Try changing the data type of the field in table control to CHAR.
Best regards,
Prashant
‎2006 Aug 21 3:15 AM
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.