 | 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
Syntaxbool ShowItem(
string categoryName,
string itemName,
string formName = null
)
Function ShowItem (
categoryName As String,
itemName As String,
Optional formName As String = Nothing
) As Boolean
Parameters
- categoryName
- Type: SystemString
Commence category name. - itemName
- Type: SystemString
Commence item name. - formName (Optional)
- Type: SystemString
Commence detail form name.
Return Value
Type:
Booleantrue on success, inspect
GetLastError on failure.
See Also