Framework EDI Reference. Methods and Properties
ediDocument. LoadEdiString

Loads a complete EDI document string.

Syntax:

Parameters:

Returns

Returns 1 if the operation is successful; otherwise the operation returns zero.

Example:

Dim oEdiDoc As Fredi.ediDocument
Dim oSef As Fredi.ediSchema


Set oEdiDoc = New Fredi.ediDocument
oEdiDoc.LoadSchema "850.SEF", 0
oEdiDoc.LoadEdiString "ISA!00!!00!...<EDI body>...!IEA"