Click or drag to resize

CommenceCursorSetLogic Method

Defines the filter logic for the cursor. Not recommended, use Filters instead.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public bool SetLogic(
	string pLogic,
	CmcOptionFlags flags
)

Parameters

pLogic
Type: SystemString
Fully formatted [ViewConjunction()] DDE request command.
flags
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be CmcOptionFlags.Default

Return Value

Type: Boolean
true on succes, false on error.

Implements

ICommenceCursorSetLogic(String, CmcOptionFlags)
See Also