This file contains routines to implement context sensitive help.
The Open API routines in this section are for users and third
party vendors who want to implement context sensitive help for
Dialog Area 1 (DA1) and Dialog Area 2 (DA2) dialogs.
The routines in this section allow you to:
. Load an NX translation map file for context sensitive help.
. Unload an NX translation map file for context sensitive help.
. Reload an NX translation map file for context sensitive help.
. Push the current application context onto the stack.
. Clear all application contexts from the stack.
. Clear the stack then push an application context.
. Pop the application context from the top of the stack.
. Display context sensitive help for the application context
currently on the top of the stack.
. Display context sensitive help for a specific application
context.
. Display an HTML, text or WorldView help file page given
the translation table specifications.
. Turn printing of status messages for context sensitive help to
standard out on or off.
For a more detailed explanation on using the help mechanism, refer to this
explanation.