Kbase 14007: V7 GUI - defining hot key for own help application. How?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
V7 GUI - defining hot key for own help application. How?
To override the help procedure that's managed from the
protermcap level in V7 GUI applications, the programmer
can place:
ON F2 ANYWHERE PERSISTENT RUN my-help...
in the main procedure trigger section. Then whenever the
F2 key is pressed (and from any place within the PROGRESS
application), the 'my-help' procedure will run instead of
PROGRESS help.
Progress Software Technical Support Note # 14007