Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to eject a report page and continue on the next page
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00390522
Message ID:
00390557
Views:
11
Sure it's possible. Two approaches:

1) Set a group for each invoice detail line, and set the "Start group on new page when less than...." to an amount that will guarantee at least one detail line on the last page.

2) This is the one I've used when the detail lines don't contain data that 'stretches' like memo fields. Have a report variable which increments by one for each detail line. When this counter gets to 16 have the report start a new page (group on mod(counter, 16)=0 for example )

Hope these will get you started - and that others will add on to them.

Barbara

>Hi Guys
>is it possible when running a report to tell the report to eject and carry on on the next page. this is for an invoice which look dreadful when all you get on the last page is the total. i want to be able to tell it in the 'details' to eject the page if it has printed 'x' number or lines.
>Thanx for the help!
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform