Contents
- Index
- Previous
- Next
H (Heading) Record
The Heading records allow you to modify the text that appears over the "Standard" and "Alternates" areas of the screen. There are up to 14 Heading records, numbered, 0-9, a,b,c,d. These headings change as the user goes from page to page using the FWRD>> and <<BACK buttons (see Page Fwrd/Back Buttons) on notes that take up more than one display screen.
Format:
Hna...a
where
n is 0 thru 9 or the letters a, b, c, or d.
a...a are any alphanumeric characters
The total length of the record should not exceed 200 characters. Otherwise it will truncate without a warning or error condition (see Remarks & Hints).
H0 puts a heading in the "Standard" area. H1 thru Hd put headings in the "Alternates" area, one for each "page" obtained via the FWRD>> and <<BACK buttons.
The "Standard" heading area is a lot smaller than the "Alternates" heading area. Therefore, you should not make the H0 record too long (say a max of about 25 characters). If you do make it too long, it won't hurt, but the display will look weird.
Example:
H0Heading for Standard Area
H1Heading for Alternate Area (page 1)
H2Heading for Alternate Area (page 2)
Heading records can contain Text Variables. This makes it possible to create headings that change as different notes are selected. See the supplied file TURNTRIL.TXT for an example.