<< Click to Display Table of Contents >> AdoServer:SetFilter() |
![]() ![]() ![]() |
Set a filter condition.
METHOD SetFilter ( uFilter ) CLASS AdoServer
uFilter Can be one of the following:
- Criteria string — a string made up of one or more individual clauses concatenated with AND or OR operators
- Array of bookmarks — an array of unique bookmark values that point to records in the Recordset object
- A FilterGroupEnum value
The server will send a NOTIFYFILECHANGE after the operation.
AdoServer, AdoServer:Filter, AdoFilterGroupEnum