Click or drag to resize

ICommenceDatabaseLogPhoneCall Method

Launches an add tem detail window for an item in the Phone Log category (as specified in the Commence Customize-Preferences-Event Logs dialog box). One or more Category/Item pairs may be given as arguments; connections will be set between the new Phone Log item and these items. If no connection exists between the two categories, the pair is ignored and no error is given. The connection is set via all connections found between the two categories. If no Phone Log category is set, NACK error code 104 (DDE_ERROR_NOLOGCLASS) is returned. If there is no room to add an item in the Phone Log category, NACK error code 112 (DDE_ERROR_FULL) is returned.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool LogPhoneCall(
	Object[] args
)

Parameters

args
Type: SystemObject
Category1, Item1, ..., Category n, Item n

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.
Remarks
Note: if Commence prompts for an Item Detail Form to use, this will halt the call (and subsequent code) until a form was chosen or the form selection window was cancelled.
See Also