Progress
Help Development
Guide


Calling the Help Topics Dialog Box

Using the FINDER option of the SYSTEM-HELP statement displays the Help Topics dialog box for the specified help file. You frequently use this for a Help Topics call from the help menu. The following code example demonstrates a Help Topics call:

ON CHOOSE OF MENU-ITEM Help_Topics:
		DO:
			SYSTEM-HELP myhelp.hlp FINDER.
		END. 

For example, when the user chooses the Help Topics from the Help menu in the Procedure Editor’s main window, the Help Topics dialog box appears, as shown in Figure 1–6.

Figure 1–6: Help Topics Dialog Box for Procedure Editor Help


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095