Kbase P162608: Controls on MDI child form do not respond to keyboard shortcuts
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/05/2010 |
|
Status: Unverified
SYMPTOM(s):
Controls on MDI child form do not respond to keyboard shortcuts
Controls may respond to keyboard shortcuts after a control has been clicked once.
FACT(s) (Environment):
Controls respond when clicked.
Windows
OpenEdge 10.2x
CAUSE:
Bug# OE00196771
FIX:
None at this time. Depending on application requirements, it may be possible to work around the problem by overriding the KeyUp and KeyDown event handlers in the MDI parent and child forms. Using the custom event handlers, pass each keystroke from the parent form to the child form. Evaluate the keystrokes to determine whether they are one of the keyboard shortcuts used by controls on the form, and if so send the appropriate event to the correct control.