Different PAGE HEADER in QUIZ part2
Pickering, John (NORBORD)
PICKERIJ@norbord.com
Mon, 5 Jun 2000 10:30:14 -0400
How about putting the column headings in the REPORT statement with PRINT AT
CUSTOMER-NO ??
Quiz should be smart enough to print the column headings after a page break
even though the customer-no hasn't changed.
Regards,
JWP
-----Original Message-----
From: Jon Kvisli
To: PowerHouse List server
Sent: 06/03/2000 3:57 AM
Subject: Different PAGE HEADER in QUIZ part2
Thanks to all of you who have kindly suggested using INITIAL HEADING!
Sadly this is not a solution to my problem, and I realize that i should
have been more clear about this point. (It also seems that some of my
original message have been left out by the listserver(?)).
My QUIZ report is used to print a large number of letters to customers.
Each letter consists of more than one page. I have the pages numbered
and
reset the page counter to 1 AT CUSTOMER-NO. The first page of *each
letter* contains the customers name/adress and some other ionformation,
and is printed as HEADING AT CUSTOMER-NO. The following pages is a colum
based report of detail lines related to the customer, and is printed
using the REPORT statement. To have colum headings printed on all the
following pages (page 2 and forward), I need to print the headings using
PAGE HEADING. The problem is that this page header is also printed on
the
first page (for each customer). This doesn't look very pretty since the
colums headings have no meaning on this page.
To clarify my problem, I have reformulated it like this (very
simplified):
ACCESS CUSTOMER LINK TO DETAILLINES
SORTED ON CUSTOMER-NO OF CUSTOMER RESET PAGE
DEFINE D-MY-PAGE-HEADING CHAR*80 = &
"" IF SYSPAGE = 1 ELSE & ; Will not work
<colums headings>
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.