Click or drag to resize

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
Syntax
bool ShowView(
	string viewName,
	bool newCopy
)

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: Boolean
true on success, inspect GetLastError on failure.
See Also