ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Access to SAP
SAP is a widely used ERP......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Query and project
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Client (Property)
The Client property is used to get the SaaS client account associated with: a SaaSSubscription variable a SaaSUser variable...
3. UML models in practice
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Locking data files: correspondence between WINDEV 5.5 and the later versions
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
ERR_BAD_URL
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Managing the runtime errors
Some errors may occur in your application......