Open method: CONQRSMGR class

Syntax

Open(IsNew)

Description

Use this method to open a new or existing connected query definition.

This method should be called after a connected query object constructor. It initializes a new or existed connected query object.

Parameters

Parameter Description

IsNew

Specifies as a Boolean value whether the connected query object represents a new connected query definition (True), or an existing definition (False).

Returns

A Boolean value: True if the open was successful, False otherwise.