Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Providing Help for OpenEdge Applications : Online help systems : Quitting help when exiting the application
 
Quitting help when exiting the application
You can terminate the help viewer with the QUIT parameter. As a matter of sound programming practice, your OpenEdge application should execute the following line of code when it terminates:
SYSTEM-HELP myhelp.hlp QUIT.
If the help engine is running when the user terminates the OpenEdge application, then the Help Viewer also terminates.