AdoServer:SetFilter()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:SetFilter()

Previous pageReturn to chapter overviewNext page

Purpose

Set a filter condition.

 

Prototype

METHOD SetFilter ( uFilter ) CLASS AdoServer

 

Argument(s)

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.

 

See Also

AdoServer, AdoServer:Filter, AdoFilterGroupEnum