ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
  • Benefits of user filters
  • Use conditions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
// Disable the filter on all columns of the Table control
TABLE_Customer.DisableFilter()
Syntax
<Table control or Column>.DeactivateFilter()
<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 <Source>.Filter or the Filter property).

Use conditions

This function is available on:
  • a Table or TreeView Table control based on a data file.
  • a Table or TreeView Table control populated programmatically.
  • WEBDEV - Server codePHP a Table control in "Server" or "Server + AJAX" mode, or on a TreeView Table control.
  • WEBDEV - Browser code a Table control in "Browser" mode.
    WEBDEV - Browser code The TreeView Table control is not available.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help