Specifies the maximum number
of digits (inclusively) following the decimal point to capture and
store.
Syntax
Reference_Syntax.fracDigits = "2 | integer"
Examples
The
numeric field data type should be set to decimal.
JavaScript
NumericField1.resolveNode("value.#decimal").fracDigits = "3";
FormCalc
NumericField1.value.#decimal.fracDigits = "3"
|
|
|