|
|
|
|
|
- Overview
- Opening and/or modifying the events of a control
Events associated with the controls of a report
The events associated with the controls of a report are as follows: | | Event | Runtime condition |
---|
Initializing | Executed 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 printing | Executed before the control is printed. | Entry in | Executed when the input cursor enters the control. This event is only available for edit controls used in the report viewer. | Exit from | Executed 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 of | Executed 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. | Click | Executed 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|