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.
Rights on the virtual directory
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......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Materialized view
Other operators
The following are additional operators......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
Testing a project: setting
By testing the project you can simulate how the application will run......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......