|
|
|
|
|
|
|
List of functions for managing contacts: - Lotus Notes,
- Outlook,
- mobile devices (Android, iPhone or iPad)
|
|
|
|
|
|
|
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)... |
|
|
|
|
|
|
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments). |
|
|
|
|
|
|
Lists the columns found in the current view in Lotus Notes. |
|
|
|
|
|
|
Modifies the current task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Reads a contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Deletes an attached file from an item of the current document in Lotus Notes. |
|
|
|
|
|
|
Modifies the current group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the last group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Deletes the current group of contacts from a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Modifies the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database. |
|
|
|
|
|
|
Deletes the current document from the Lotus Notes database browsed. |
|
|
|
|
|
|
Adds a contact: - in a Lotus Notes or Outlook address book.
- in the contacts list of your device (Android, iPhone or iPad).
|
|
|
|
|
|
|
Reads the last task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
List of functions for managing emails |
|
|
|
|
|
|
Reads the contact after the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the group of contacts before the current group in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Modifies a file attached to an item of the current document in Lotus Notes. |
|
|
|
|
|
|
Seeks a document in Lotus Notes. |
|
|
|
|
|
|
Searches for a contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Deletes the current task from the task list of a Lotus Notes or Outlook messaging. |
|
|
|
|
|
|
Extracts a file attached to an item of the current document in Lotus Notes. |
|
|
|
|
|
|
Deletes the current contact: - from a Lotus Notes or Outlook address book.
- in the Phone contacts list (Android, iPhone or iPad).
|
|
|
|
|
|
|
Reads the last contact in a Lotus Notes or Outlook address book.
|
|
|
|
|
|
|
Reads a group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Returns the list of items for the current Notes document in Lotus Notes. |
|
|
|
|
|
|
List of functions for managing emails |
|
|
|
|
|
|
Adds a task to the task list of a Lotus Notes or Outlook messaging. |
|
|
|
|
|
|
Reads the contact before the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the task after the current task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Reads a task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Reads the first group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the first contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the group of contacts after the current group in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Closes the local or remote database used (Lotus Notes or Domino). |
|
|
|
|
|
|
Seeks the first document found in the current view in Lotus Notes. |
|
|
|
|
|
|
Reads the first task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Establishes a connection to a Domino server. |
|
|
|
|
|
|
Reads the task before the current task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Adds a group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Displays a popup in a page with a DDW effect (Dim Disabled Windows). |
|
|
|
|
|
|
The CONTINUE keyword can correspond:
to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
to the CONTINUE: label. It allows you to declare a common code in a loop.... |
|
|
|
|
|
|
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request. |
|
|
|
|
|
|
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc.... |
|
|
|
|
|
|
Converts a system integer to a 4-byte integer. |
|
|
|
|
|
|
Usage example of the CursorCapture function |
|
|
|
|
|
|
Adds an element to a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Returns the element selected in the list. |
|
|
|
|
|
|
Usage example of the fDate function |
|
|
|
|
|
|
Usage example of the zipMsgError function |
|
|
|
|
|
|
Usage example of the fDateTime function |
|
|
|
|
|
|
Displays a custom message in a non-blocking system warning window. |
|
|
|
|
|
|
The restResponse type is used to define all the advanced characteristics of a REST response. |
|
|
|
|
|
|
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component. |
|
|
|
|
|
|
Returns the list of IP addresses (Internet Protocol) for a computer. |
|
|
|
|
|
|
Returns the index of the current layout:
in the current page.
in the specified page.... |
|
|
|
|
|
|
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup...... |
|
|
|
|
|
|
The keyword BREAK can correspond:
to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.... |
|
|
|
|
|
|
To prevent users from leaving a control empty, you can set it as a required field...... |
|
|
|
|
|
|
Optimizes the Select queries by using idle times when handling an application (period without processes). |
|
|
|
|
|
|
Defines and enables a filter on a data file, view or query. |
|
|
|
|
|
|
The gglEvent type is used to describe and modify an event of a calendar... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|