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...
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
Report based on a query
Queries are used to easily select records in one or more data files......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
GroupNext (Function)
Reads the group of contacts found after the current group in the address book of a Lotus Notes or Outlook messaging.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......