Specifies the maximum number
of digits (inclusively) preceding the decimal point to capture and
store.
SyntaxReference_Syntax.leadDigits = "0 | integer"
ExamplesFor
these examples, the numeric field data type should be set to decimal.
JavaScriptNumericField1.resolveNode("value.#decimal").leadDigits = "2";
FormCalcNumericField1.value.#decimal.leadDigits = "2"
|
|
|