Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recot/verso printing
Message
 
To
29/08/2001 11:58:20
Chris Van de Velde
Open Circle Systems
Ekeren, Belgium
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00550393
Message ID:
00550571
Views:
15
>I want to print a report with a part on one page, and another part on the 2nd. There is no grouping possible.
>E.G. first page is an invoice and on the recto some commercial and legal stuff must be printed. I can make it two reports, but then it does not get printed recto/verso (paper ejects after each spoolfile). In one report I do not know how to force
>1. data to printed at the bottom of the first page (invoice has variable number of lines)
>2. other data to be printed on the 2nd page


Try creating a group that breaks on RECNO() which means it will break once for each record. Put the "other" information in the Group Footer band and make that band large enough so that it ends up on a page of it's own.

Another alternative is to put the "other" information in the Report Summary and mark the summary as Print on a New Page. Of course, this assumes you only print one invoice each time you call this report. You can always put the report call inside of a SCAN/ENDSCAN loop to help with this.
SELECT Invoices
GOTO TOP
SCAN
  REPORT FORM MyInvc NEXT 1
ENDSCAN
Cathy
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Reply
Map
View

Click here to load this message in the networking platform