SetFieldValue Procedure
Sets the Field Value, formatted as text, at a given position.
Overloads
| Name | Description |
|---|---|
| SetFieldValue(Integer; Integer; Text[2048]) | Sets the Field Value, formatted as text, at a given position. |
| SetFieldValue(Record "QWETB File Settings"; Integer; Integer; Variant) | Sets the Field Value, of any data type, at a given position. |
SetFieldValue(Integer; Integer; Text[2048]) Procedure
Sets the Field Value, formatted as text, at a given position.
Signature
SetFieldValue(LineNo: Integer; FieldNo: Integer; TextValue: Text[2048])
Parameters
LineNo Integer
The line number that the value should be set on.
FieldNo Integer
The field number that the value should be set on.
TextValue Text[2048]
The Field Value that will be set, formatted as text.
SetFieldValue(Record "QWETB File Settings"; Integer; Integer; Variant) Procedure
Sets the Field Value, of any data type, at a given position.
Signature
SetFieldValue(FileSettings: Record "QWETB File Settings"; LineNo: Integer; FieldNo: Integer; FieldValue: Variant)
Parameters
FileSettings Record "QWETB File Settings"
The File Settings that is used to format date and decimal values.
LineNo Integer
The line number that the value should be set on.
FieldNo Integer
The field number that the value should be set on.
FieldValue Variant
The Field Value that will be set. Date and Decimal values will be formatted according to the settings in FileSettings, all other data types will be formatted as XML.
This documentation is generated from Smart Toolbox v27.1