Combo Box - ItemGotFocus Event
Fired when an item receives the focus
Member of Combo Box (PRIM_CMBX)
Details
The ItemGotFocus event is triggered when an item gets focus.
ItemGotFocus will set the list CurrentItem, returning the item's field values to the parent component.
Typically this happens when the user clicks on an item.
Example
Using the ItemGotFocus event
Evtroutine Handling(#List.ItemGotFocus)
#Editor.ShowEmployeee(#Empno)
Endroutine