|
The "header" page
prints mostly heading information and one or two detail items.
Here's how the calculation
currently works:
if total number of lines > max allowable lines on "header" page
then total lines = total lines - (total lines - max allowable on "header")
- 1
total pages work field = (total lines/max allowable lines on continuation
page)
if the decimal portion of the total pages work field > 0
total pages = whole portion of the total pages work field + 2
else
total pages = total pages work field + 1
endif
endif
This works sometimes, and sometimes it doesn't.
It doesn't appear to be
as simple as just dividing the total number of lines by the maximum per
page, because we have two different maximums (because of the whole "header"
and "continuation" thing).
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.