Specifies the maximum number
of digits (inclusively) following the decimal point to capture and
store.
SyntaxReference_Syntax.fracDigits = "2 | integer"
ExamplesThe
numeric field data type should be set to decimal.
JavaScriptNumericField1.resolveNode("value.#decimal").fracDigits = "3";
FormCalcNumericField1.value.#decimal.fracDigits = "3"
|
|
|