System Reference Summary : 4. Events : ChildMouseEnter Event
 
Share this page                  
ChildMouseEnter Event
The ChildMouseEnter event occurs for a CompositeField when the mouse cursor enters one of its child fields. If no CompositeField is specified, the event occurs when the mouse cursor enters a field on the frame form.
ChildMouseEnter events do not occur when the mouse is captured (for example, during a drag-and-drop operation). If a ChildMouseEnter event occurs and the corresponding ChildMouseExit event has not occurred when the mouse is captured, a ChildMouseExit event will be generated when the mouse becomes captured. Thus, every ChildMouseEnter event is followed by a matching ChildMouseExit Event). When a ChildMouseExit event is generated because the mouse becomes captured, the associated ReasonCode is RC_MOUSECAPTURED.
on ChildMouseEnter [compositefieldname]
compositefieldname is optional if you specify the event in a field script for a composite field, or if the composite field is the frame's top form.