ShowPane 

Syntax

object.ShowPane nPane,  bShow

nPane

Specifies the ELS-QB component’s pane to be toggled and may be any of the following values:

QB_RELATION_PANE               = 1

QB_COLUMNS_PANE              = 2

QB_SQL_PANE                       = 3

QB_CONNECTION_PANE        = 4

QB_DBBROWSER_PANE        = 5

bShow   Specifies the further visibility of the pane (0 or 1).

Description

Call this method to show / hide the specific pane in the ELS-QB control.

 ELS-QB component’s interface consists of five panes that may be toggled into a view individually with the only constrain that at any given moment at least one of

the following panes: Relations Pane, Columns Pane, SQL Pane is visible.

Remarks

ShowPane method returns True if the operation was performed successfully, otherwise it returns False.

Note: If this method is never called, then all panes are shown by default.

Example

For Sample of ShowPane usage see Sub itmViewColumns_Click() of the frmELS_QB in ELS_QBDemoVB project.