Consultor Eletrônico



Kbase P74185: Accelerator keys, TAB, right-click do not work for embedded ActiveX controls
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/08/2004
Status: Unverified

SYMPTOM(s):

Accelerator keys, TAB, right-click do not work for embedded ActiveX controls

Progress does not call OleTranslateAccelerator after calling TranslateAccelerator

Changed settings in ActiveX HonorProKeys=true

CAUSE:

The code only calls TranslateAccelerator for the TAB key for WebBrowser controls. This allows the TAB key to get to the right window in a multi-window control but does not for other controls contained in the OCX.

FIX:

From R10.0B, client will call TranslateAccelerator for all multi-window controls when the TAB key is hit as long as HonorProKeys is set to FALSE in the OCX.