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)
Functions for managing appointments (Outlook, Lotus Notes, mobile device)
List of functions for managing appointments
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
NotesModifyItem (Function)
Modifies the specified item of the current document in Lotus Notes.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
Notes document functions
List of functions for managing Notes documents
NotesDeleteItem (Function)
Deletes the specified item from the current document in Lotus Notes.
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
NotesDocumentDelete (Function)
Deletes the current document from the Lotus Notes database browsed.
TaskReset (Function)
Reinitializes the Task structure.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
Task functions
List of functions for managing tasks
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
NotesDocumentFirst (Function)
Positions on the first document found in Lotus Notes.
NotesListAttachment (Function)
Returns the list of files attached to an item of the current document in Lotus Notes.
Contact groups functions
List of functions for managing groups of contacts
NotesDocumentSeek (Function)
Seeks a document in Lotus Notes.
NotesItemDimension (Function)
Returns the dimension of an item for the current document in Lotus Notes.
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
NotesSave (Function)
Saves the current document in Lotus Notes.
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
NotesOpenDatabase (Function)
Gives access to the documents managed by Lotus Notes.
NotesDocumentLast (Function)
Positions on the last document found in Lotus Notes.
ContactReset (Function)
Reinitializes:
NotesNbAttachment (Function)
Returns the number of files attached to an item of the current document in Lotus Notes.
ContactRead (Function)
Reads a contact in a Lotus Notes or Outlook address book.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
NotesDocumentPrevious (Function)
Positions on the document found before the current document in Lotus Notes.
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.
NotesDocumentNext (Function)
Positions on the document found after the current document in Lotus Notes.
NotesReset (Function)
Creates an empty document in Lotus Notes.
GroupReset (Function)
Reinitializes the Group structure.
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Creating anchors
The anchors are used to define specific points in a help page......
Handling report blocks
The different operations available on report blocks are as follows......
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.