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
// 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).

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.
Business / UI classification: UI Code
Component: wd290obj.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: 06/21/2022

Send a report | Local help