Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : WIDGET-ENTER attribute
 

WIDGET-ENTER attribute

A handle, in a trigger associated with an ENTRY event or a LEAVE event, to the next widget to receive input focus.
Data type: HANDLE
Access: Read-only
Applies to: LAST-EVENT system handle
The WIDGET-ENTER attribute is meaningful only within an ENTRY or LEAVE trigger.
For browse widgets, WIDGET-ENTER is different depending on whether the browse is editable or read-only. For editable browse widgets, WIDGET-ENTER contains the handle of the column with focus. For read-only browse widgets, WIDGET-ENTER contains the handle of the browse.