PDA

View Full Version : second level message text



Guest.Visitor
05-16-2002, 12:56 PM
I am using an API to retrieve the message text from a message file. Is there a way that I can retrieve the second level message text? I can't use the F1 help key because i load the text on the display screen.

Guest.Visitor
05-17-2002, 08:12 AM
It's not explicitly designated in the formats, but I gotta believe it's in Format 200 in the QMHRTVM api. Bill "de hamilton" <de_hamilton@mcpressonline.com> wrote in message news:5bfa53f8.-1@WebX.WawyahGHajS... > I am using an API to retrieve the message text from a message file. Is there a way that I can retrieve the second level message text? I can't use the F1 help key because i load the text on the display screen.

B.Morris
05-17-2002, 01:37 PM
The second level text is what's called the "help" in the QMHRTVM documentation. It's in all the formats. Unfortunately, there's no way to get -only- the second level text, as far as I know. You have to get both. So your receiver has to be big enough to hold the first and second level text all at once.