FormDataSource.removeFilter Method
Resets the query for the data source.
Syntax
public void removeFilter()
Run On
Client
Remarks
This method is called when a user clicks the Cancel Filter command in the shortcut menu on a form control.
The removeFilter method can be overridden on a form data source. Right-click the Methods node under the data source, point to Override Method, and then click removeFilter.
For example, removeFilter removes all modifications to the original query that is generated by the FormDataSource.init method.