JavaScript

canQBEShow

Description

Fires when the user tries to show the Query by Example (QBE) row. If the event returns false, the action is cancelled.

To prevent the user from displaying the QBE row, the event can return false. For example:

return false;