Grouped column report
I have the following problem, I want a grouped report with two column in
this layout:
Col 1 Col 2
1 3 (cont'd)
1 4
1 4
2 4
2 5
2 5
3 6
6 7
6 7
6 8
7 8
7 8
7 8
etc.
Currently, I'm getting a layout similar to this:
1
1
1
4
4
4
etc.
What is the best way to accomplish this? I'm using RB7.04 on Delphi 7.
Thanks!
this layout:
Col 1 Col 2
1 3 (cont'd)
1 4
1 4
2 4
2 5
2 5
3 6
6 7
6 7
6 8
7 8
7 8
7 8
etc.
Currently, I'm getting a layout similar to this:
1
1
1
4
4
4
etc.
What is the best way to accomplish this? I'm using RB7.04 on Delphi 7.
Thanks!
This discussion has been closed.
Comments
Do you want you report to print 7 rows per column, then break to a new page?
If so, try setting the DetailBand.PrintCount property to 7 and see if that
gives you the correct output.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com