ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
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....
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Automatic management of exceptions
The management of exceptions can be customized by process......
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
List of extension attributes
The list of extension attributes ......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Sorts in a report
The sort is used to organize the information displayed in the report......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Set of procedures
The global procedures are grouped in set of procedures......
Constants for external files
List of constants used by the functions for managing external files....
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....