Continuous flow special report?

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

Dean Slindee

I am developing a report that shows data fields at X,Y coordinates, much
like a form. It also has a couple of subreports that have a variable number
of lines, depending upon the rows in the underlying tables. So, far that's
working. Right now, the report is displaying one client per page. What I
would like to know is: Is there a setting where I can make the report
display in a "continuous" format. In other words, if the report information
for one client requires less than a full page, can I change a setting to
make the next client's data appear on the same page? It is possible that
some clients may be brief enough that 3 or 4 could appear on a single page.

Thanks in advance.
Dean Slindee
 
Dean said:
I am developing a report that shows data fields at X,Y coordinates, much
like a form. It also has a couple of subreports that have a variable number
of lines, depending upon the rows in the underlying tables. So, far that's
working. Right now, the report is displaying one client per page. What I
would like to know is: Is there a setting where I can make the report
display in a "continuous" format. In other words, if the report information
for one client requires less than a full page, can I change a setting to
make the next client's data appear on the same page? It is possible that
some clients may be brief enough that 3 or 4 could appear on a single page.


Use Sorting and Grouping (View menu) to create a group and
set the **group** KeepTogether property to Whole Group.

Make sure the group header/footer and detail section's
ForceNewPage is set to None.
 
Back
Top