QUOTE(gordk @ Mar 12 2010, 05:36 AM)

what you are trying to lay out does not make sense using a group header footer
the output of a grpheader masterdata grpfooter
results in repetition of the masterdataband as many times as there are records that match the group criteria of the header.
you are only showing one.
Does your dataset have more than 1 record?
Yes...The dataset will contain at least 15 records, and I will split tha page if Record Count be higher then 15...But at the moment, in the MasterData, its working fine...Repeating the products that I want...My problem is repeat the upper half, to bottom half
Something like:
Client A - 20 products
Client B - 15 products
Page 1
Client A
15 products
Page 2
Client A
5 products
Page 3
Client B
15 Products
I wanna make it on half page, and a copy of these on the another half.
Was trying with GroupHeader, MasterData and GroupFooter...But if there's another way to do it, please help me to do =)
Thanksa lot.
@Anu de Deus, I'll try do it, thanks for your help, soon I'll report here the result =)
Well, I tryied it...But the second page, begins at the end of all others...
Was to be something like that:
|Client A |
|15 |
|_______|
|Client A |
|15 |
|_______|
|Client A |
|5 |
|_______|
|Client A |
|5 |
|_______|
|Client B |
|15 |
|_______|
|Client B |
|15 |
|_______|
But the result was something like that
|Client A |
|15 |
|_______|
|Client A |
| |
|_______|
|Client A |
|5 |
|_______|
| |
| |
|_______|
|Client B |
|15 |
|_______|
|Client A |
|15 |
|_______|
|Client A |
|5 |
|_______|
|Client B |
|15 |
|_______|
>_<
The property StartNewPage was False in all the pages...How can I do to print them in the sequence? Thanks a lot =)