ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
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......
Repositionable Note functions
Sliding Banner control properties
The WLanguage properties can be used to handle ......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
<Variable Connection>.RSRenameServerName (Function)
Changes the DNS name of the replication server if it has a new name.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
The use of the Automation type in a site is reserved for the advanced users
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
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......