ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Editors / Report editor / Report controls
  • Overview
  • Opening and/or modifying the events of a control
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The events associated with the controls of a report are as follows:
EventRuntime condition
InitializingExecuted when initializing the report. When starting a report (including during a test), the events are run in the following order:
  • "Opening" event of the report.
  • "Initialization" event of report blocks.
  • "Initialization" event of the controls.
Before printingExecuted before the control is printed.
Entry inExecuted when the input cursor enters the control. This event is only available for edit controls used in the report viewer.
Exit fromExecuted when a field is changed (TAB key, changing a field with the mouse, etc.).. This event is only available for edit controls used in the report viewer.
Modification ofExecuted each time the content of the control changes (when a character is entered or removed, for example). This event is only available for edit controls used in the report viewer.
ClickExecuted when clicking the control. The click on the control is available in the report viewer only. A star allows the user to easily identify the clickable controls.

You can enter WLanguage code in these events. For more details on the sequence of these events, see Sequence of events associated with reports.
Opening and/or modifying the events of a control
To open and/or modify the events of a control, use one of the following methods:
  • select the control and press F2.
  • select the control and display the "Context-sensitive code view" tab.
  • select "Code" in the context menu of the control (right mouse click on the control).
  • click the "Code" icon of control description.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/13/2025

Send a report | Local help