JavaScript
canQBESearch
Arguments
- eobject
An object passed to the event that contains the following properties:
- qbeTypestring
The search option selected from the QBE menu. Can be one of the following:
- Exact match
- Starts with
- Ends with
- Contains
- Greater than
- Greater than or equal to
- Less than
- Less than or equal to
- Wildcard
- QBE Syntax
- Is blank
- Is null
- Is not blank
- is not null
- Clear All Filters
Description
Fires when the user tries to do a Query by Example (QBE) search. If the event returns false, the action is cancelled.
To prevent the user from performing a QBE search, the event can return false. For example:
return false;