ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Creating an executable: General options
The main executable options are as follows......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
8. 10 tips for better interfaces...
8. If you are already familiar with WINDEV
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Border of controls
One of the most important elements of control style is its border......
WDSQL, SQL querier: Overview
WDSQL is used to......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Automatic documentation of external components
External components must include a technical documentation......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Composite keys
A composite key is a key item containing several other items......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Defining columns of Table controls programmatically
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....