ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL view
An SQL view is a virtual data source defined by an SQL query...
Materialized view
A materialized view is a physical data source defined by an SQL query.
WDMap: View records in a data file
WDMap is used to view the records found in a data file...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window...
Viewing a report in 3D
Your report displays controls that overlap?...
Viewing a window in 3 dimensions
Your window contains overlapping controls?...
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
1
2
3
4
5
6
34
>