3 Column Subreports

  • Thread starter Thread starter bw
  • Start date Start date
B

bw

I have two 3 column reports, which on their own are just fine.

However, when I make a new report and add these two as subreports, they print all of
the data, but column 1 is on page 1, column 2 is on page 2, and column 3 is on page 3.

Each of these subreports is in the Detail Section of the Main report.

Can someone explain why I'm not getting columns on the main report?

Thanks,
Bernie
 
bw said:
I have two 3 column reports, which on their own are just fine.

However, when I make a new report and add these two as subreports, they print all of
the data, but column 1 is on page 1, column 2 is on page 2, and column 3 is on page 3.

Each of these subreports is in the Detail Section of the Main report.

Can someone explain why I'm not getting columns on the main report?


It's a pain, but subreports are not aware of page
boundaries. So, when you use Down-Then-Across snaking, a
subreport's first column never knows to move to the next
column.

Across-Then-Down snaking works the same on main and on
subreport.
 
Back
Top