Framework EDI Reference. Constants
Document Cursor Type Constants

Document Cursor Type Constants indicate the method of how the document should be processed. 

·        Cursor_Dynamic (0) – Indicates dynamic cursor is to be used.  This is the default setting and allows the ability to add, update and randomly select data.

·        Cursor_ForwardOnly (1) – Indicates forward cursor is to be used.  This retrieves data segments serially from the first to the last data segment without the ability to modify the data and without the ability to move back to a previous segment.

·        Cursor_ForwardWrite (2) – Indicates forward write cursor is to be used.  This retrieves and/or adds data segments serially from the first to the last data segment without the ability add, modify or retrieve any previous data segment 

The Cursor Type property in the ediDocument, sets and gets the cursor type.