SaveQuery 

Syntax

object.SaveQuery

Description

Call this method to save the currently open query into the corresponding storage file of the ELS-QB component’s Connection pane connection container.

Remarks

SaveQuery method returns True if the query was stored successfully. If for some reason ELS-QB component was unable to save currently open query, then return value is False.

Example

For Sample of SaveQuery usage see Sub  itmFileSaveQuery_Click() of the frmELS_QB in ELS_QBDemoVB project.