AdsClearFilter

Advantage Client Engine

Clears the current filter expression in a given table

Syntax

UNSIGNED32

AdsClearFilter (ADSHANDLE hTable);

Parameters

hTable (I)

Handle of table or cursor. If there is a filter on the given table, remove it. If there is no filter, no action takes place.

Special Return Codes

AE_NO_FILTER

No filter can be cleared or retrieved because no filter was set.

Remarks

AdsClearFilter will remove the current filter from the specified table, allowing records that previously had not passed the filter to become visible again.

Example

Click Here

See Also

AdsGetFilter

AdsSetFilter