Different PAGE HEADER in QUIZ part2

Jon Kvisli Jon.Kvisli@lokaldata.telemax.no
03 Jun 2000 09:57:16 +0200


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>