Snaking Columns Report

  • Thread starter Thread starter Abe Katz
  • Start date Start date
A

Abe Katz

Hello,

I have a multiple-column report, the multiple-column list is in the sub
report.
The problem is, it will only print as many lines that fit in the sub report,
the rest of the lines gets truncated and doesn't print at all.
Is there a way to print the rest of the records on the second page?
Thanks in advance
Abe
 
Hello,

I have a multiple-column report, the multiple-column list is in the sub
report.
The problem is, it will only print as many lines that fit in the sub
report, the rest of the lines gets truncated and doesn't print at all.
Is there a way to print the rest of the records on the second page?
Thanks in advance
Abe

Multi-column sub-reports either have to have CanGrow set to No on the sub-
report control within the main report or else must use Across, Then Down
columns. If you want a growing sub-report you cannot use Down, Then
Across columns.
 
Back
Top