ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
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)......
Creating an insert query
An insert query (corresponding SQL statement......
Creating a delete query
A delete query (corresponding SQL statement......
Sorts in a report
The sort is used to organize the information displayed in the report......
The key items
Keys are specific items in your analysis......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
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......
15. Cookies: information stored on the end user's computer
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
19. Upload: Sending files to the server
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
1
2
3
4
5
6
203
>