AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example: Initializing a Combo Box control with the list of analyses in a directory
HListAnalysis (Example)
Example: Initializing a Combo Box control with the list of analyses in a directory
The following example is used to initialize a Combo Box control with the list of analyses in a directory. The directory is selected by the user with fSelectDir.
// -- Click code of BTN_Path
 
// Retrieve the directory to analyze
Path is string
Path = fSelectDir("\My Directories", "Select a directory")
 
// Initialize the Combo Box control
ListAdd(COMBO_Analysis, HListAnalysis(Path))
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

Señalar un error o enviar una sugerencia | Ayuda local