Repeat Section but not all labels

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

Guest

Hello,
I have a report that i would to have a specific header repeated on the
next page but would also like only selected labels/text boxes repeated. The
reason for this is one of these boxes can grow very large and may split
pages. I would not like to repeat this box but have it continue.

Is this possible?

THanks
 
Are the labels above the text boxes? If so, the simplest solution would be
to create another group header based on the same field. Put the labels in
this new header, and mark it not to repeat.
 
Hmm: that's not as straight forward.

You cannot use FormatCount, PrintCount, or HasContinued to determine if the
section is printing again because of its RepeatSection property.

You cannot use variables set the report events to track things that span
pages, because the events may not fire for pages that are not actually
printed/previewed.

You cannot just rely on the Top property of the report, because a new group
header could appear at the top of the page.

Perhaps someone else has a suggestion.
 
Back
Top