ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Universal replication
The purpose of universal replication is to keep several databases synchronized......
PDFMergeWithPassword (Function)
Merges several password-protected PDF files into a single PDF file.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via an "Upload" edit control. via a single-file or multi-file Upload field....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via an "Upload" edit control. via a single-file or multi-file Upload field....
Error 31: The file to include is not found. Check the name and path ...
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Source>.Version (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
1
3
4
5
6
7
307
>