ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
<Variable Drive>DeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
The different types of windows
The following types of windows can be created in a WINDEV application......
Query and project
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
TaskAdd (Function)
Adds a task to the task list of a Lotus Notes or Outlook messaging.
TaskModify (Function)
Modifies the current task in a Lotus Notes or Outlook task list.
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......