When-Mouse-Up Trigger
Description
Fires each time the operator presses down and releases the mouse button if one of the following events occurs:
- if attached to the form, when the mouse up event is received within any
canvas or item in a form
- if attached to a block, when the mouse up event is received within any item
in a block
- if attached to an item, when the mouse up event is received within an item
Two events must occur before a When-Mouse-Up trigger will fire:
Definition Level form, block, or item
Legal Commands
SELECT statements, restricted Built-ins, unrestricted Built-ins
Enter Query Mode yes
Usage Notes
- Use the When-Mouse-Up trigger to perform an action every time the operator
presses and releases the mouse.
- The mouse up event is always associated with the item that received the
mouse down event. For example, assume that there is a When-Mouse-Up trigger
attached to Item_One. If the operator presses down the mouse on Item_One,
but then releases the mouse on Item_Two, the mouse up trigger will fire for
Item_One, rather than for Item_Two.
On Failure
no effect