|
|
|
|
|
HListAnalysis (Function) In french: HListeAnalyse
 Available only with these kinds of connection
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory. The search is performed recursively in the entire tree structure of the specified directory.
ListAdd(COMBO_Combo, HListAnalysis("\Mes répertoires"))
SAI_Saisie1 = HListAnalysis("\Mes Projets", "," + CR)
Syntax
<Result> = HListAnalysis(<Search directory> [, <Separator>])
<Result>: Character string Full name of the analyses found, in the following format:
<Analysis 1> + <Separator> + <Analysis 2> +... where <Analysis X> corresponds to the full name of the analysis (.WDD) found. <Search directory>: Character string Path of the directory where the search for analyses must start. If this parameter is set to "*" or to "*:\", all the directories on all the accessible drives will be searched (depending on the case, this search can take quite a long time). <Separator>: Optional character string Character string used to separate the different analyses in <Result>. If this parameter is not specified, CR (Carriage return) is used by default. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|