GetSQLText 

Syntax

object.GetSQLText

Description

Call this method to obtain the SQL query currently displayed in the SQL pane of ELS-QB control.

Remarks

GetSQLText method returns String containing the text of the currently active SQL statement from the SQL pane.

Note: The returned string may be empty.

Example

For Sample of GetSQLText usage see Function TranslateInto() of the frmELS_QB in ELS_QBDemoVB project.