ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts:
  • Lotus Notes,
  • Outlook,
  • mobile devices (Android, iPhone or iPad)
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)...
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
TaskModify (Function)
Modifies the current task in a Lotus Notes or Outlook task list.
ContactRead (Function)
Reads a contact in a Lotus Notes or Outlook address book.
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
GroupModify (Function)
Modifies the current group of contacts in a Lotus Notes or Outlook address book.
GroupLast (Function)
Reads the last group of contacts in a Lotus Notes or Outlook address book.
GroupDelete (Function)
Deletes the current group of contacts from a Lotus Notes or Outlook address book.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database.
GroupReset (Function)
Reinitializes the Group structure.
NotesDocumentDelete (Function)
Deletes the current document from the Lotus Notes database browsed.
ContactAdd (Function)
Adds a contact:
  • in a Lotus Notes or Outlook address book.
  • in the contacts list of your device (Android, iPhone or iPad).
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
Functions for managing emails (prefix syntax)
List of functions for managing emails
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
GroupPrevious (Function)
Reads the group of contacts before the current group in a Lotus Notes or Outlook address book.
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
NotesDocumentSeek (Function)
Seeks a document in Lotus Notes.
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
TaskDelete (Function)
Deletes the current task from the task list of a Lotus Notes or Outlook messaging.
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
ContactDelete (Function)
Deletes the current contact:
  • from a Lotus Notes or Outlook address book.
  • in the Phone contacts list (Android, iPhone or iPad).
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
GroupRead (Function)
Reads a group of contacts in a Lotus Notes or Outlook address book.
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
Email functions
List of functions for managing emails
TaskAdd (Function)
Adds a task to the task list of a Lotus Notes or Outlook messaging.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
TaskNext (Function)
Reads the task after the current task in a Lotus Notes or Outlook task list.
TaskRead (Function)
Reads a task in a Lotus Notes or Outlook task list.
GroupFirst (Function)
Reads the first group of contacts in a Lotus Notes or Outlook address book.
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
GroupNext (Function)
Reads the group of contacts after the current group in a Lotus Notes or Outlook address book.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
TaskFirst (Function)
Reads the first task in a Lotus Notes or Outlook task list.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
TaskPrevious (Function)
Reads the task before the current task in a Lotus Notes or Outlook task list.
GroupAdd (Function)
Adds a group of contacts in a Lotus Notes or Outlook address book.
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
Repositionable Note functions
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
WDOptimizer: Editing and modifying a ".REP" file
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Creating user accounts
A User account allows the server administrator to......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Managing assertions
...The main available features are as follows:...
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Locking data files: correspondence between WINDEV 5.5 and the later versions
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
RootNode (Property)
The RootNode property is used to get the root nodes of an HTML or XML document.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....