|
|
|
|
|
- Benefits of user filters
- Use conditions
TableDisableFilter (Function) In french: TableDésactiveFiltre Disables a user filter on a column or on all the columns found in a Table or TreeView Table control. This filter was enabled by the user or by TableEnableFilter.
// Disables the filter on the Company column TableDisableFilter(TABLE_Customer.COL_Company)
Syntax
TableDisableFilter(<Table control or Column>)
<Table control or Column>: Control name Corresponds to:- the name of the Table or TreeView Table control.
In this case, all the user filters specified on the control are disabled. - the name of a column found in a Table or TreeView Table control. This name has the following format:
<Name of Table control>.<Column name> For example: TABLE_CustomerTable.COL_CompanyName. In this case, the filter enabled on this column is disabled.
Remarks Benefits of user filters The user filters can be modified by the end user (unlike a filter implemented by HFilter or the Filter property). Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|