ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
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....
The requested action cannot been performed: the page was not synchronized
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
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"...
4. Activating a dynamic WEBDEV site
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
ERR_NO_PROJECT
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
4. UI: Windows
IU of windows...
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Test of a query
The query editor allows you to run the test of query result......
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Locking data files: correspondence between WINDEV 5.5 and the later versions
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....