Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Providing Help for OpenEdge Applications : Online help systems : Accessing online help from the menu bar : Calling the Index function of the Help Viewer
 
Calling the Index function of the Help Viewer
Like the Help Topics call, it is common to call the Index function of the Help Viewer from the Help menu. The following pseudocode calls the Help Viewer with the Index tab on top:
ON CHOOSE OF Button_Search IN FRAME frame_1 DO:
   SYSTEM-HELP myhelp.chm KEY "".
END.
The following figure shows the Help Viewer for the Procedure Editor help file with the Index tab on top.
Figure 44. Help Viewer with Index tab on top