SelectQuery()
- Last UpdatedFeb 20, 2017
- 1 minute read
Sets the current display to the query name specified in the .xml file.
Syntax
Object.SelectQuery(“QueryName”);
Parameters
QueryName
Name of a query defined in the filter favorites file.
Example
This example applies the filter criteria defined by the query called "HighPriority" in the filter favorites file that is currently associated with the AlmDbView1 control.
#AlmDbView1.SelectQuery("HighPriority");