ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fShortPath (Function)
Returns the full short path of a file or directory.
How to save and retrieve an image in a binary memo
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
UploadFileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
MCISize (Function)
Returns or changes the size of a media file previously opened (MCIOpen).
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
19. Upload: Sending files to the server
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.