ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to...
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to...
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
HRead (Function)
Reads a record in a file according to a given record number.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fWrite (Function)
Writes: a character string into an external file. a memory section....
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
Creating an insert query
An insert query (corresponding SQL statement......
Error 403: The item does not belong to the file
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......