Click or drag to resize

ICommenceDatabaseShowItem Method

Opens an item detail window in Commence for the given Item in the given Category. If a detail is already open for the item, it will be brought to the top and given the focus.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool ShowItem(
	string categoryName,
	string itemName,
	string formName = null
)

Parameters

categoryName
Type: SystemString
Commence category name.
itemName
Type: SystemString
Commence item name.
formName (Optional)
Type: SystemString
Commence detail form name.

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.
See Also