column subreport
Using Delphi 5 professional, Report builder 6.02
I have a master detail report. The detail report is a subreport.
On the page setup of the subreport, I use the following settings
Columns: 2 or 3 or 4
Column Traversal: Left to Right
My problem is the detail band does not print out all the records
horizontally.
It seems like when Columns is 2, the detail band will prints only when
it does not contains 2 records ( 1 or 3 or 4 ...).
If Column Traversal is Top to Bottom, it is fine.
Please advise.
I have a master detail report. The detail report is a subreport.
On the page setup of the subreport, I use the following settings
Columns: 2 or 3 or 4
Column Traversal: Left to Right
My problem is the detail band does not print out all the records
horizontally.
It seems like when Columns is 2, the detail band will prints only when
it does not contains 2 records ( 1 or 3 or 4 ...).
If Column Traversal is Top to Bottom, it is fine.
Please advise.
This discussion has been closed.
Comments
reproduce this behavior. You'll see that when Customer.Custno = 1354, it
has two detail Order records to print.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
It appears the problem occurs that if the detail band does not have the
Titleband and the summaryband.
Chris
example report template, perhaps I'm missing something else.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com