See Also: DF_FILE_SQL_FILTER_EQ
Indicates whether the SQL filter is applied on find operations. This is a global table filter. See pbApplyGlobalSQLFilters for more information.
Table
The DataFlex SQL Drivers (SQL Server, DB2 and ODBC)
Boolean, temporary
Read / Write
True, False
Use cli.pkg
Get_Attribute DF_FILE_SQL_FILTER_ACTIVE of {tableNumber} to {BooleanVariable}
Set_Attribute DF_FILE_SQL_FILTER_ACTIVE of {tableNumber} to {True|False}
This attribute controls if the filter in DF_FILE_SQL_FILTER is applied or not. When set to true, the filter is applied, when set to false the filter is not applied.
For more information about SQL filters, see Using SQL Filters (Constraints).