IBM Lotus Symphony
|
On the Events tab page you can link macros to events that occur in a form's control fields. When the event occurs, the linked macro will be called. To assign a macro to an event, press the ... button.
The Item status changed event takes place if he status of the control field has changed.
The When receiving focus event takes place if a control field receives the focus.
The When losing focus event takes place if a control field looses the focus.
The Key pressed event occurs when the user presses any key while the control has the focus. This event may be linked to a macro for checking entries.
The Mouse inside event takes place if the mouse is inside the control field.
The Mouse moved while key pressed event takes place when the mouse is dragged while a key is pressed. An example is when, during drag-and-drop, an additional key determines the mode (move or copy).
The Mouse moved event occurs if the mouse moves over the control.
The Mouse button pressed event occurs if the mouse button is pressed while the mouse pointer is on the control.
The Mouse button released event occurs if the mouse button is released while the mouse pointer is on the control.
The Mouse outside event takes place when the mouse is outside the control field.