Click or drag to resize

CommenceDatabaseGetCursor Method (String, CmcCursorType, CmcOptionFlags)

Get a CommenceCursor object that wraps the native FormOA.ICommenceCursor interface.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public ICommenceCursor GetCursor(
	string pName,
	CmcCursorType pCursorType,
	CmcOptionFlags pCursorFlags
)

Parameters

pName
Type: SystemString
Commence category name.
pCursorType
Type: Vovin.CmcLibNet.DatabaseCmcCursorType
Type of Commence data to access with this cursor.
pCursorFlags
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Logical OR of Option flags.

Return Value

Type: ICommenceCursor
CommenceCursor wrapping ICommenceCursor according to flags passed.

Implements

ICommenceDatabaseGetCursor(String, CmcCursorType, CmcOptionFlags)
Exceptions
ExceptionCondition
ArgumentExceptionViewtype cannot be used in a CommenceCursor.
CommenceCOMExceptionCommence could not create a cursor.
See Also