ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector...
6. HFSQL Client/Server cluster
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
ERR_TIMEOUTINIT
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Nation (External language)
Defines the display language for the titles, captions, messages...
4. Activating a dynamic WEBDEV site
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...