Click or drag to resize

ICommenceCursorSetActiveItem Method

Set active item used for view cursors using a view linking filter.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool SetActiveItem(
	string pCategoryName,
	string pRowID,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

pCategoryName
Type: SystemString
Category name of the active item used with view linking filter.
pRowID
Type: SystemString
Unique ID string obtained from GetRowID() indicating the active item used with view linking filter.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be 0.

Return Value

Type: Boolean
true on succes, false on error.
See Also