Kbase P24288: Pressing CTRL-TAB in a Dynamics folder does not change tabs.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2003 |
|
Status: Unverified
SYMPTOM(s):
Pressing CTRL-TAB in a Dynamics folder does not change tabs.
CAUSE:
Known issue.
FIX:
The work around is to modify the following line in the _ResolveStateLinks procedure of afspfoldrw.w.
IF VALID-HANDLE (hFrame) THEN ON 'CTRL-TAB' OF hFrame PERSISTENT RUN SelectNextTabCycle IN THIS-PROCEDURE.
Should be
IF VALID-HANDLE (hFrame) THEN ON 'CTRL-TAB' OF hFrame ANYWHERE PERSISTENT RUN SelectNextTabCycle IN THIS-PROCEDURE.