Keep a detail to one page

  • Thread starter Thread starter Jon Rowlan
  • Start date Start date
J

Jon Rowlan

I have a report that reports on a single sheet of A4.

At the bottom is a subreport of transactions.

I want to stop the report from carrying on into a second page if there are a
lot of transactions.

Is it possible to restrict teh report so that it only prints 1 page per
detail regardless of how many transactions are printers in the subreport?

thanks all,

jON
 
Jon said:
I have a report that reports on a single sheet of A4.

At the bottom is a subreport of transactions.

I want to stop the report from carrying on into a second page if there are a
lot of transactions.

Is it possible to restrict teh report so that it only prints 1 page per
detail regardless of how many transactions are printers in the subreport?

Can you make the subreport control a fixed size that just
fills a page (set its CanGrow property to No)?
 
I did wonder about that ... I will try it out in the AM

cheers Marsh

jON
 
Yep, works a treat Marsh.

jON

Marshall Barton said:
Can you make the subreport control a fixed size that just
fills a page (set its CanGrow property to No)?
 

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

Back
Top