Click or drag to resize

CommenceDatabaseViewCategory Method

Defines the category to be used. This must be the first message sent to Commence for a ViewData conversation. ViewCategory may be sent at any time to reset the ViewData conversation state. ViewData conversation topic has been obsolete since Commence 3.0 (1995 or so), so it is extremely unlikely you will ever need this method.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string ViewCategory(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence category name.

Return Value

Type: String
"OK" on success, NACK error code on failure, GetLastError.

Implements

ICommenceDatabaseViewCategory(String)
See Also