ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Aliases on data files: HAlias
The aliases are used to handle......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
1
2
3
4
5
6
247
>