Quitting help when exiting the application
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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.