|
|
|
|
|
HDeactivateAutoFilter (Function) In french: HDésactiveFiltreAuto
Available only with this kind of connection
Disables an automatic filter on the linked data files when browsing an XML file. This filter was enabled by HActivateAutoFilter. Please note This function is only available for XML Native Access.
HActivateAutoFilter(Client, "*")
HDeactivateAutoFilter(Client, Commande)
HReadFirst(Commande, IDCommande)
WHILE HOut() = False
HReadFirst(LigneCde, IDCommande)
WHILE HOut() = False
HReadNext(LigneCde, IDCommande)
END
HReadNext(Commande, IDCommande)
END
Syntax
<Result> = HDeactivateAutoFilter(<Browse data file> , <Data file not to filter>)
<Result>: Boolean - True if the filter is disabled,
- False if an error occurred (data file or item not found).
<Browse data file>: Character string - Name of the data file used for the browse.
- "*" to disable all the automatic filters.
If <Browse data file> and <Data file not to filter> correspond to "*", <Result> is set to True and no filter is disabled.
<Data file not to filter>: Character string - Name of the data file to not filter when positioned in the browse data file.
- "*" to disable all the automatic filters.
If <Browse data file> and <Data file not to filter> correspond to "*", <Result> is set to True and no filter is disabled.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|