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 not accepting values in decimals.

Former Member
0 Likes
579

Hello experts,

I have a table which has a field <hours> . The <hours> field has DEC data type .

Dec length = 6 and 2 decimal places.

Now in the screen through table control it is not allowing me to enter data with decimal to this field , but it is allowing me enter with comma like 1,5 and it is storing in the table as 1.5 .

How to give the value in decimal through screen progamming , i am using Table control to enter value to this field. why it is not accepting decimal place ?.

Thanks,

kevin

Hello experts,

I have a table which has a field <hours> . The <hours> field has DEC data type .

Dec length = 6 and 2 decimal places.

Now in the screen through table control it is not allowing me to enter data with decimal to this field , but it is allowing me enter with comma like 1,5 and it is storing in the table as 1.5 .

How to give the value in decimal through screen progamming , i am using Table control to enter value to this field. why it is not accepting decimal place ?.

Thanks,

kevin

1 REPLY 1
Read only

Former Member
0 Likes
378

Hi,

You need to change the system settings .

system->user profile->own data

in defaults tab , change the decimal notation to 1,234,567.89

Regards,

Srini.