Click or drag to resize

CommenceCursorSetActiveDate Method

Set active date used for view cursors using a view linking filter.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public bool SetActiveDate(
	string sDate,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

sDate
Type: SystemString
Date (string).
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Option flags, must be 0.

Return Value

Type: Boolean
true on succes, false on error.

Implements

ICommenceCursorSetActiveDate(String, CmcOptionFlags)
See Also