Hi,
oDlg:bKeyDown = { |nKey| press_dlg( oDlg, nKey, ....)
FUNCTION PRESS_DLG( oDlg, nKey )
LOCAL oActive := OWNDFROMHWND( GETFOCUS() )
MsgInfo( oActive:classname )
RETURN NIL
For combobox objects I have "TGET" as result.
Is there a way to distinguish combobox from get objects?