Framework EDI Reference. Methods and Properties
ediDocument. Option

Enables or disables optional features.

Syntax:

Parameters:

Remarks

To enable an option, set it to 1; to disable, set it to 0.

Example:

Set oEdiDoc = New Fredi.ediDocument
oEdiDoc.Property(Property_RAMObjectSegmentsThreshold) = txtSegmentThreshold.Text
oEdiDoc.Property(Property_PagingSystemBufferIO) = txtPagingSystemBufferIO.Text
oEdiDoc.Property(Property_RAMPagingObjectsPercent) = txtObjectPercent.Text
oEdiDoc.Option(OptDocument_MultiTasking) = txtMultiTasking.Text
oEdiDoc.Property(Property_DocumentBufferIO) = txtDocumentBufferIO.Text
oEdiDoc.Option(OptDocument_ReadOnlyMode) = txtReadOnly.Text