Help file lookup failure.
"James B. Byrne via Aubit4gl-discuss" <[email protected]> Thu, 28 Jan 2021 11:56:59 -0500
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
In the exercise 3 program the following construct is used:
OPTIONS
HELP FILE "hlpmsgs.hlp",
. . .
MENU "DEMO MENU"
COMMAND "First" "This is the first option of the menu." HELP 1
CALL dsply_option(1)
. . .
The help file "hlpmsgs.hlp" is created using amkmessage hlpmsgs.msg hlpmsgs.hlp.
The message file hlpmsgs.msg contains this:
#### hlpmsgs.msg ####
#### amkmessage hlpmsgs.msg hlpmsgs.hlp ####
## 2021-01-28 - HLL - James B. Byrne (JBB)
## v 1.0.0 - 2021-01-28 - Initial (JBB)
## Uses:
## Used by: ex3.4ae
## Purpose: Help file for exercise 3
####
.1
This is the first option of the sample menu: DEMO MENU. It can be
selected by:
1. typing the letter "f" followed by the letter "i". The
second letter is required to distinguish between the "First"
and the "Fourth" option (also selected with the letter "f").
2. moving the cursor to the "First" option and pressing RETURN
. . .
However, when I use the <Ctrl>W combination to access the help file I get this
message instead:
Help: Screen Resume
Ends this help session
Error: Message 1 not found in 'hlpmsgs.hlp'
What error have I made that causes this?
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted messages have no legal claim to privacy
Do NOT open attachments nor follow links sent by e-Mail
James B. Byrne mailto:[email protected]
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3