- Overview
- Describing the Table control
- "Use HFilter to browse the file" option unchecked
- "Use HFilter to browse the file" option checked
- Filter property
- HFilter
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file: Describing the Table control The "Display the records whose browse item starts with" option allows you to set a filter on a Table control based on a data file. The filter has the following characteristics: - "Starts with" filter. The condition is directly entered in the editor.
- The filter is only applied to Table controls based on a data file.
- The filter does not affect how the data file is read (HReadFirst, etc.)
The Filter property can be used to dynamically set the characteristics of the filter applied to the Table control.
HFilter filters the base file of the Table control. HFilter allows you to use all types of filters (including the "Starts with" filters). If HFilter is not used in the initialization code of the Table control, it is necessary to redisplay the contents of the Table control using TableDisplay. Remark: Table controls based on a data file that are populated automatically (by WINDEV, WEBDEV or WINDEV Mobile) are not yet populated when the initialization code is executed. The records can be filtered with HFilter.
This page is also available for…
|
|
|
|