Quitting help when exiting the application
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.