OpenSelectedQuery 

Syntax

object.OpenSelectedQuery

Description

Call this method to open the query currently selected in the Databases folder of ELS-QB control’s Connection pane.

Remarks

OpenSelectedQuery method returns True if the query has been opened successfully, otherwise False.

Example

For Sample of OpenSelectedQuery usage see Sub itmFileOpenQuery_Click() of the frmELS_QB in ELS_QBDemoVB project.