Repeat Section but not all labels

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
 
A

Allen Browne

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.
 
A

Allen Browne

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top