Show / Hide Table of Contents

    AddFieldValue Procedure

    Table Text Buffer

    Adds the Field Value, formatted as text, at a given position.

    Overloads

    Name Description
    AddFieldValue(Integer; Integer; Text[2048]) Adds the Field Value, formatted as text, at a given position.
    AddFieldValue(Record "QWETB File Settings"; Integer; Integer; Variant) Adds the Field Value, of any data type, at a given position.

    AddFieldValue(Integer; Integer; Text[2048]) Procedure

    Adds the Field Value, formatted as text, at a given position.

    Signature

    AddFieldValue(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.

    Remarks

    A Duplicate Record Error is thrown if there is a value in the given LineNo and FieldNo.

    AddFieldValue(Record "QWETB File Settings"; Integer; Integer; Variant) Procedure

    Adds the Field Value, of any data type, at a given position.

    Signature

    AddFieldValue(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.

    Remarks

    A Duplicate Record Error is thrown if there is a value in the given LineNo and FieldNo.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX