ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Java application and WINDEV
A Java application is an application entirely compiled in Java......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
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....
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
HFSQL Client/Server: Configuring the server
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
The "Code hashtags" pane
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
WDOptimizer: Editing and modifying a ".REP" file
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......