I don't know the reason why?...
I was trying to input data from C/SIDE (backend) in a decimal field of a table,
the decimal value had more then 2 decimal places, but it restricted me -
saying that I cannot input decimal places more then 2.
The DecimalPlace property of the table has default value "Undefined".
We use NAV 5.0 SP1
I could not debug the error where it is been triggered from.
Is it Code Unit 1 doing this?
Can someone tell me the reason, please.
0
Comments
As the default values for the properties AutoFormatType and AutoFormatExpr are resp. <0> and <>, I quote the on-line help for the AutoFormatExpr-property:
And finally, quoting the on-line help for Standard Format 0:
Now I hope all this quoting leads to somewhere ;-)