Print X number of lines per page in a report

  • Thread starter Thread starter Troper
  • Start date Start date
T

Troper

I have a report to print a Purchase Order. The report have a subreport
(OrderDetails). I would like to print this report with a maximum of 15
records(lines) per page. For example, if i have an order with 30 items i
would like the report to print 15 items in page 1 and the resting 15 items in
page 2.

any ideas?

Thanks,

Troper
 
Have you tried setting the height of the subreport to 15 items and not
allowing it to grow?
 
Duane said:
Have you tried setting the height of the subreport to 15 items and not
allowing it to grow?
I have a report to print a Purchase Order. The report have a subreport
(OrderDetails). I would like to print this report with a maximum of 15
[quoted text clipped - 7 lines]

Hi. Thanks for the response. I tried that but it is no printing the last 15
rows. It print the first page, up to 15 items but doesnt print the next page
with the last 15 items. any ideas?
 

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