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