ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Pop (Function)
Pops an element from a stack.
EndProgram (Function)
Ends the execution of the current program.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
How to loop through a file using filters?
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Operations performed on class diagrams
The following paragraphs explain......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
HDescribeConnection (Function)
Describes a new connection to an external database.
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
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......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
gpwOpen (Function)
Opens the User Groupware login window or page.