Was this helpful?
Help_frs
Displays help.
Example--help_frs statement:
The following example provides help for the personnel form. By selecting the menu item Help, the user gains access to the Ingres help facility. The user can obtain information on the current form using the text contained in personnel.hlp. Using help, the user can look up field validations and function/control key mappings. If the personnel.hlp file does not exist, the program displays a message stating that the help file for personnel form cannot be opened.
## activate menuitem "help"
## {
##   help_frs (subject = "personnel form",
##             file = "personnel.hlp")
## }
Last modified date: 12/14/2023