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
Group New Page
Hello.
Thank you.
If you have master-detail report then please try to set 'New Page Before' property of master databand to True.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
Thank you.