Two Questions about subreports

  • Thread starter Thread starter Anatoly Kurilin
  • Start date Start date
A

Anatoly Kurilin

Hi, I use widely subreports on my report forms but there are two problems.

First: sometimes a subreport's line moves to another page being devided in
half or something like that.

Second: the only way to show column headers on the subreports is to place
then on the subreport's header but in that case these headers are not
displayed on the next page.

Is there any way to impove the situation?

Thanks in advance,
AK
 
Make sure the height of your lines is 0. Also, you can create new "Page"
headers by creating a primary sorting and grouping level to a constant
expression like:
=1
Display the header for this section and use it as your "Page" header. Set
its Repeat Section to Yes.
 
Back
Top