StoreDefaultSQLFilters - DataDictionary
Stores any information about the table's current SQL filters
Type: Procedure
Syntax
Procedure StoreDefaultSQLFilters
Call Example
Send StoreDefaultSQLFilters
Description
This stores any information about the table's current SQL filters.
For the Data Access Worldwide SQL drivers, this gets the attribute values of DF_File_SQL_Filter, DF_File_SQL_Filter_Active and DF_File_SQL_Filter_EQ and stores them in the private properties psOldFilter, pbOldFilterActive and pbOldFilterEQ. This is called by Data_Set_PreFind.
It is expected that these attributes will be restored by RestoreDefaultSQLFilters, which is called by Data_Set_PostFind.
This is never called if pbUseDDSQLFilters is False.
See Data_Set_PreFind for more information about this.