ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
ERR_BAD_FILE
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
fSplit (Function)
Splits a file into several files.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
The Upload control
The Upload control is used to upload files on the Web server......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
1
2
3
4
5
6
252
>