ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Buffer (Keyword)
The Buffer keyword can correspond to...
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
WDINT, WDTRAD and WDDIXIO: Translation tools
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
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......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
2. WEBDEV administrator in practice
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......