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.
10. Internal components in practice
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
HCross (Function)
Crosses a record in a data file.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
11. Internal components in practice
Internal components in practice...
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Burner constants
List of constants used by the burner functions....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Replication management functions
Three types of replication are proposed......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
The Dashboard control
Dashboards are essential elements in an application......