ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
  • Benefits of user filters
  • Use conditions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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
// Annule le filtre sur la colonne Société
TableDisableFilter(TABLE_Client.COL_Societe)
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_TableClient.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).

Use conditions

This function is available on:
  • Table or TreeView Table controls based on a data file.
  • Table or TreeView Table controls populated programmatically.
  • WEBDEV - Server codePHP a Table control in "Server" or "Server + AJAX" mode, or on a TreeView Table control.
  • WEBDEV - Browser code Table controls in "Browser" mode.
    WEBDEV - Browser code The TreeView Table control is not available.
Business / UI classification: UI Code
Component: wd300obj.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
TableDisableFilter
Nessa dica de hoje,
Vou mostrar como resolvi um problema
nos filtros
depois de usar o tableenablefilter e mudar
o tipo de ordem dava problema
ai usei o tableenablefilter
//============================
In this tip today,
I'll show you how I solved a problem
In the filters
After using tableenablefilter and changing
The type of order gave problem
I used the tableenablefilter
//========================
Dans cette astuce aujourd'hui,
Je vais montrer comment résoudre un problème
les filtres
après avoir utilisé le TableActiveFiltre et le changement
le type d'ordre donné problème
il a utilisé le TableActiveFiltre
//=============
http://windevdesenvolvimento.blogspot.com.br/2017/03/aula-1085-windev-tabela-051.html

https://www.youtube.com/watch?v=REKYEfOvaZQ

De matos
10 Mar. 2017

Last update: 03/28/2025

Send a report | Local help