QUIZ vertical spacing problems

Mark Gross mgross@emersonemc.com
Thu, 3 Dec 1998 15:21:16 -0600


how about:

SORT ON business-unit RESET PAGE ON USER

Mark Gross
Emerson Motion Control
mgross@emersonemc.com


----------
> From: Gates, Scott <scott_gates@mail.trigon.com>
> To: powerhouse <powerh-l@lists.swau.edu>
> Subject: QUIZ vertical spacing problems
> Date: Thursday, December 03, 1998 11:19 AM
> 
> I'm having problems with pagination in QUIZ
> It's one of those "it-should-have-been-so-simples"
> I was tasked to add a sort and a page break by business-unit  to a
> report
> 
> it should read something like:
> {page break}
> Headingline 1  blah-blah
> headingline 2    business-unit
> user-info
> data
> ....
> {page break}
> Headingline 1  blah-blah
> headingline 2   new-business-unit
> user-info
> data
> ....
> 
> What I'm getting is:
> Headingline 1  blah-blah
> {page break}
> headingline 2    business-unit
> user-info
> data
> ....
> Headingline 1  blah-blah
> {page break}
> headingline 2  new-business-unit
> user-info
> data
> ....
> 
> the code reads like :
> SORT ON business-unit  &
>          ON user
> 
> PAGE HEAD blah-blah SKIP 1  &
>           business-unit SKIP 2
> 
> FOOTING AT business-unit SKIP PAGE
> HEADING AT user SKIP 2
> 
> REPORT user-info
>        data .....
> 
> Each occurrence of user is about 10 lines but can be more if
>              user has more data items to report.
> 
> I've tried HEADING AT BUSINESS-UNIT, FOOTING AT. .
> I can't see what's wrong.   
> Scott Gates
> Ex - 7625
> 
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
=
> Subscribe: "subscribe powerh-l" in message body to
majordomo@lists.swau.edu
> Unsubscribe: "unsubscribe powerh-l" in message to
majordomo@lists.swau.edu
> powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
> This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.