Page 1 of 1

Group New Page

Posted: Wed Jul 13, 2011 4:10 am
by hotcat
I have two tables ,one is master(A),other is detail(B).
A and B both have a field is "BillNo".
Now I place a group header ,I't condition of "BillNo"
A.
--------------------------------
BillNo
00001
00002

B.
--------------------
BillNo Serialno
00001 1
00001 2
00002 1

I need show report two page.
00001 in page 1
00002 in page 2

what I config it?

thank you


Group New Page

Posted: Wed Jul 13, 2011 7:07 am
by HighAley
Hello.
hotcat wrote:I have two tables ,one is master(A),other is detail(B).
A and B both have a field is "BillNo".
Now I place a group header ,I't condition of "BillNo"
A.
--------------------------------
BillNo
00001
00002

B.
--------------------
BillNo Serialno
00001 1
00001 2
00002 1

I need show report two page.
00001 in page 1
00002 in page 2

what I config it?

thank you
If you have master-detail report then please try to set 'New Page Before' property of master databand to True.

Thank you.