Advantage Client Engine
Clears the current filter expression in a given table
UNSIGNED32 |
AdsClearFilter (ADSHANDLE hTable); |
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. |
AE_NO_FILTER |
No filter can be cleared or retrieved because no filter was set. |
AdsClearFilter will remove the current filter from the specified table, allowing records that previously had not passed the filter to become visible again.