Table of Contents

KVSKBAServiceContractText

Fields

Name Type Note
Contract Type Enum Service Contract Type
Contract No. Code[20]
Contract Line No. Integer
Position Enum (KVSKBATextPosition)
Line No. Integer
Text Text[130]
Quote Print Boolean
Contract Print Boolean
Seperator Enum (KVSKBASeparator)
Formatted Text Blob
Starting Date Date
Ending Date Date
Order Type Code[10]

Procedures

GetBlobText() : Text

Summary: Gets the text stored in the "Formatted Text" field as a string.

procedure GetBlobText(): Text

Returns: The text stored in the "Formatted Text" field.

Remarks: The method reads the blob field "Formatted Text" and returns its content as a string. It uses UTF-8 encoding to read the blob data.