ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Replication: The different types
The data replication is a powerful feature......
Binding a Check Box control to an item
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
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......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Handling controls in a report
The different operations available for the report controls are as follows......
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Error 16: Incompatible CASE
SQL functions: Special case
List of SQL functions: Special case...
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Setup on a local network (LAN)
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
TimeToInteger (Function)
Converts a time to an integer.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Creating a select query
A select query (corresponding SQL statement......