Kbase P20647: How can I get my popup menu to appear when a specific key is pressed?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/01/2009 |
|
Status: Verified
GOAL:
How can I get my popup menu to appear when a specific key is pressed?
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
FIX:
Use the MENU-KEY attribute. For example, if you have a browse widget named MyBrowse and you want the popup menu to appear when the F5 key is pressed the following code will accomplish your goal:
MyBrowse:MENU-KEY = "F5".