ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
5. User Groupware in practice
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
FinFutureVal (Function)
Returns the future value of an investment.
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Error 112: An array can only have a maximum of X dimensions
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....