NewQuery 

Syntax

object.NewQuery

Description

This method creates and selects upon creation a new query, having default node label, under the currently selected connection container in the Databases folder of ELS-QB component’s Connection pane.

Remarks

NewQuery method returns True if the Connection pane of ELS-QB is enabled, otherwise returns False.

Note: The default label of a newly created query may be renamed at any time after its creation.

 Example

For Sample of NewQuery usage see Sub  itmFileNewQuery_Click() of the frmELS_QB in ELS_QBDemoVB project.