ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
ERR_NO_PROJECT
5. Deploying a dynamic site (Session or AWP) in practice
WEBDEV Application Server 2024
The Image control
The Image control is used to......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.