|
|
|
|
FilteredItem (Property) In french: RubriqueFiltrée
Not available with this kind of connection
The FilteredItem property is used to identify the item that has a filter implemented by HFilter. This property can be used on an HFSQL data file, view or query.
// Enables the filter HFilter(Customer, CustomerName, "D" + hValMin, "F" + hValMax, "City='Paris'") Trace(Customer.FilteredItem) // Indicates "CustomerName" // Disables the filter HDeactivateFilter(Customer)
Syntax
<Item> = <Element used>.FilteredItem
<Item>: Character string - Item onto which the filter defined by HFilter is applied,
- Empty string ("") if no filter is enabled.
<Element used>: Character string Name of the HFSQL data file, query or view on which the filter was defined.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|