Framework EDI Reference. Methods and Properties
ediSchema. PutSchemaString

Called multiple times to build the schema internally.

Syntax:

 Parameters:

Returns:

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

Remarks:

The purpose of this method is to build an internal buffer string of the Standard Exchange Format (SEF) schema.  Framework EDI then loads the schema from this internal buffer.  Currently, the only schema type that this method can be implemented is:

This schema type is specified when calling the LoadSchema.

It is important that the strings are passed in order because the schema string is internally built by concatenating the strings in the order that it is received.  The resulting schema text that is internally built is then processed when LoadEdi or LoadEdiString is called.  Please note that the text is not discarded for as long as the instance of the ediSchema object exists.

Sample

M_PutSchemaString.zip