The Additional WHERE tabs API allows adding, deleting and modifying the Additional WHERE tabs from the server event code. All the methods of this API should be used in the After table initialized event only.
Any tab modifications made with this API apply to List, Print and Export pages together.
Methods
Method |
Description |
Adds a tab to the additional WHERE tabs on the List, Print, Export, or Chart page. |
|
Deletes the additional WHERE tab. |
|
Sets the additional WHERE tab title. |
|
Sets tab WHERE clause for the additional WHERE tab title. |
|
Enables displaying records count in the tab title |
|
Controls tab's "hide if empty" behaviour |
See also:
•SQL query screen: Additional WHERE tabs
•Event: After table initialized