Kbase P7761: How to display application help in a window without a menu b
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/2/2003 |
|
Status: Unverified
GOAL:
How to display application help in a window without a menu bar?
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 8.x
FACT(s) (Environment):
Progress 9.x
FIX:
Use:
SYSTEM-HELP file-string WINDOW-NAME window-name
Where
file-string is the file-string parameter is a character expression that specifies
the pathname of a file.
and
window-name is the window-name parameter is a character expression that evaluates
to a secondary window that does not have the menu bar and that has already been
defined in the [WINDOWS] section of the Windows help project file.
For additional information on this topic, see the SYSTEM-HELP statement in the
Progress Language Reference and the Progress Help Development Guide.