Different PAGE HEADER in QUIZ

Heasman, David David.Heasman@seacontainers.com
Fri, 2 Jun 2000 16:38:41 +0100


> > I want to have my  PAGE HEADER in a QUIZ report look different on page 1
> 
> > than on the following pages. My first idea was to do it this way:
> > 
> > 
> > DEFINE D-MY-PAGE-HEADING CHAR*80 = &
> >   "XXXXX" IF SYSPAGE = 1 ELSE &
> >   "YYYY"
> > 
> 
	 On a wider point, you can't do this. "SYSPAGE" is a function, not a
data item, and it's evaluated at output. You'd need another pass, with some
count number held on a subfile..
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.