Share via


FormDataSource.filter Method

Filters records in the data source.

Syntax

public void filter(FieldId field, str value)

Run On

Client

Parameters

  • field
    Type: FieldId Extended Data Type
    The data source field that has the values that should be matched against the filtering condition.
  • value
    Type: str
    The filtering condition.

Remarks

The filter method can be overridden on a form data source to extend the standard filtering functionality. Right-click the Methods node under the data source, point to Override Method, and then click filter.

See Also

FormDataSource Class

FormDataSource.prompt Method

FormDataSource.removeFilter Method