ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Accessing a database via a web service
The database can be accessed via a web service......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
29. SEO in practice
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
ERR_ALREADYCONNECTED
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
2. How to test a site?
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Writing an email: the available methods
This help page presents the methods for writing an email....
15. Project Management Hub
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Detailed use of WINDEV FTP/RPC
7. Source Code Manager (SCM)
The server is currently updated. Retry later.
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).