 | CommenceCursorSetActiveItem 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
Syntaxpublic bool SetActiveItem(
string pCategoryName,
string pRowID,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Public Function SetActiveItem (
pCategoryName As String,
pRowID As String,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As Boolean
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:
Booleantrue on succes,
false on error.
Implements
ICommenceCursorSetActiveItem(String, String, CmcOptionFlags)
See Also