I want to catch the event of pressing LEFT , RIGHT button in either oBrw:bKeydown OR oBrw:bKeyChar to SET FOCUS to another Control. Could you please guide me for the same. Thanks in advance...!
something like this :
- Code: Select all Expand view
oBrwTAsset:bKeyChar := < | nKey, nFlags, oBrw, oCol |
if ( nKey == VK_RIGHT .OR. nKey == VK_LEFT )
oBrwTLib:SetFocus()
endif
RETURN nil
>