Kbase 18109: Trigger on Event CTRL-SHIFT-TAB Doesn't Fire
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/14/1998 |
|
Trigger on Event CTRL-SHIFT-TAB Doesn't Fire
A trigger for the event CTRL-SHIFT-TAB will not fire. To get the
trigger to fire, specify the event as SHIFT-CTRL-TAB.
In Progress versions up to and including 8.2C, the UIB does not
support SHIFT-CTRL-TAB as a keyboard event. The work around is to
create the desired trigger for the event CTRL-SHIFT-TAB, and add
"OR SHIFT-CTRL-TAB OF <widget name>" before "DO:" in the trigger code.