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.
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Events associated with framesets
List of events associated with framesets...
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
3. Deploying a dynamic WEBDEV site
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......