CanExecute 

Syntax

object.CanExecute

Description

Call this method to determine if ELS-QB component is able to execute an opened query.

Remarks

CanExecute method returns True if ELS-QB component has an opened query and no pending SQL command execution process exists and False otherwise.

Example

For Sample of CanExecute usage see mnuCommand_Click() of frmELS_QB in ELS_QBDemoVB project.