Kbase P185768: Tab key causes focus to leave ActiveX control rather than tabbing through elements of the control it
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/04/2011 |
|
Status: Unverified
SYMPTOM(s):
Tab key causes focus to leave ActiveX control rather than moving through elements of the control itself
Tab key leaves ActiveX control rather than moving through its fields / buttons
FACT(s) (Environment):
Using standard ABL window containing ABL widgets and 1+ ActiveX controls
Progress 9.x
OpenEdge 10.x
Windows
CAUSE:
HonorProKeys property of the CtrlFrame is set to True allowing the ABL code to process the Tab key
FIX:
Set HonorProKeys property to False which allows the ActiveX control to process the Tab key without the ABL code receiving notification that the key stroke occurred.
The HonorProKeys property is read/write enabled both at design and runtime so could be enabled/disabled as required.