Columns not even at top of report

  • Thread starter Thread starter Scott B
  • Start date Start date
S

Scott B

Greetings,

I have a report that is in 2 colums. The report has a report header, page
header, group header, detail section and a page footer. The column layout
is set up for down, then across. When I view the report, the detail section
wraps up to above the detail section of the left hand column. Anyone know
of a fix for this?

Best regards,
Scott B
 
Scott said:
Greetings,

I have a report that is in 2 colums. The report has a report header,
page header, group header, detail section and a page footer. The
column layout is set up for down, then across. When I view the
report, the detail section wraps up to above the detail section of
the left hand column. Anyone know of a fix for this?

Best regards,
Scott B

More likely your first record or two in the first column are blank. I know
of no way for the later columns to start higher on the page than the first
one.
 
No blanks, but if I take out the page header and group header, it lines up
perfectly.

Scott B
 
Scott said:
No blanks, but if I take out the page header and group header, it
lines up perfectly.

Ok I missed that before. Only Report Header/Footers and Page Header/Footers
can be wider than your column settings. All Group Header/Footers will be
displayed in columns along with the Detail section so what you are seeing in
the first column is your Group Header.
 
Rick,

Do you know of a way to force the group header to repeat at the top of the
second column so it evens out the top height?

TFTH
Scott B
 
Scott said:
Rick,

Do you know of a way to force the group header to repeat at the top
of the second column so it evens out the top height?

Sorry, I don't. You could use a non-snaking main report containing
everything except the detail section and then use a snaking subreport for
the details. That would cause all of the columns to line up, but you have
to use "Across, Then Down" when you use a subreport.
 
Scott said:
Do you know of a way to force the group header to repeat at the top of the
second column so it evens out the top height?


Set the group header section's RepeatSection property to
Yes.
 
Marshall said:
Set the group header section's RepeatSection property to
Yes.

I tested that before my last response and it didn't make any difference.
Was that changed in later versions? I was testing in A97.
 
Rick said:
I tested that before my last response and it didn't make any difference.
Was that changed in later versions? I was testing in A97.


Right, I forgot about that. I don't know about A2k, but it
works fine in AXP.
 
Back
Top