Quitting help when exiting the application
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.