 | ICommenceDatabaseShowView Method |
Opens the specified view in Commence.
If the view is already open, it will become the active view.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool ShowView(
string viewName,
bool newCopy
)
Function ShowView (
viewName As String,
newCopy As Boolean
) As Boolean
Parameters
- viewName
- Type: SystemString
Commence view name. - newCopy
- Type: SystemBoolean
Set to true to force a new copy of the view to be opened.
Return Value
Type:
Booleantrue on success, inspect
GetLastError on failure.
See Also