How can I redirect the handleevent to the ribbon?
I tried to insert these lines in the METHOD HandleEvent of the TXBrowse CLASS because focus is on xBrowse
But with no success.
Best regards,
Otto

I tried to insert these lines in the METHOD HandleEvent of the TXBrowse CLASS because focus is on xBrowse
 elseif nMsg == 260
    msginfo("xbrowse WM_SYSKEYDOWN = 260")
    return Super:HandleEvent( nMsg, nWParam, nLParam )But with no success.
Best regards,
Otto
