ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Push notification
A mobile device can receive push notifications......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
2. Examples and components provided with WEBDEV
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
HFSQL Client/Server: Configuring the server
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min