Kbase 16623: Example of a Help System - SYSTEM-HELP RTF
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Example of a Help System - SYSTEM-HELP RTF
Progress supplies the source code for the Procedure Editor.
This source code can be used as an example of a working Help
system.
Help Source Files
-----------------
These files are found in DLC/SRC/PROHELP in versions 7 & 8.
The files are called editeng.rtf - help source text
editeng.hpj - help project file
edit.bmp - icon
Note: The editeng.hpj file was not shipped with 8.0A or
8.0A02. It can be found in 7.3C01, 7.3D and 8.1A.
Application Source Files
------------------------
DLC/SRC/ADEEDIT/dtrigs.i
Dtrigs.i creates triggers for the Procedure Editor
menu bar including the Help items and then calls a common
routine (_adehelp.p) to invoke the help system using.
DLC/SRC/ADECOMM/_adehelp.p
This file contains a procedure to access the
PROGRESS Online Help System. ADE tools run this
this procedure to provide users with online help.
This procedure provides a common interface to the
help system. This is file contains the calls using
SYSTEM-HELP.
Progress Software Technical Support Note # 16623