ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Java application and WINDEV
A Java application is an application entirely compiled in Java......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Configuring the setup program
Two tools can be used to create a setup program......
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
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.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
7. Layouts using the Flexbox control
ERR_BAD_FILE
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
<mongoGridFS variable>.ListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
5. User Groupware in practice