Multiple Column subreports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to have a three column report with "header" information that spans the
page. I tried doing this by creating a 3 column subreport and putting it
into the detail section of the main report. All works fine when my column
display setting is "accross, then down", but when I switch to "down, then
accross", the report displays everything in a single column. I don't
understand why changing this setting would cause this result. Any
suggestions?

Thanks, Stuart
 
This is due to the Down then Across option expecting to find the bottom of a
page. Subreports have no page knowledge so they have no clue when they
should be starting a new column.

My suggestion is to use Across then Down.
 
Back
Top