ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Error 403: The item does not belong to the file
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
Title (Property)
The Title property is used to get and change the title of an element.
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Events associated with framesets
List of events associated with framesets...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......