ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageSubmit (Function)
Validates the specified page and starts the execution of a button.
25. Performing a process on several successive pages
Performing a process on several successive pages...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
12. Preventing from going back to a page
19. Sending emails
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Image editor: Features
The image editor includes several features......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
10. Page templates
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
13. Types of standard controls
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Page Footer block
The Page footer block is run at the end of each page......
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
8. 10 tips for better interfaces...
Page templates
WEBDEV allows you to create page templates......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......