Specifies the formatted value
for the field.
Syntax
Reference_Syntax.formattedValue = "string"
Values
Type
|
Values
|
String
|
A valid string representing the value of
the field with formatting, including picture formats and symbols.
|
JavaScript
TextField2.rawValue = TextField1.formattedValue;
FormCalc
TextField2 = TextField1.formattedValue
|
|
|