Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple copies
Message
From
02/08/1999 19:01:40
 
 
To
02/08/1999 18:50:07
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00249056
Message ID:
00249060
Views:
19
>I have a legacy system I'm working on that requires 6 copies of an invoice form to print. Is there some simple way to print 6 copies of the report without moving the record pointer? I tried a little program that did a for i=1 to 6, print next 1, then a skip -1, etc., which led to my second problem;
>
>If I do a print next 2 to print next xx everything is fine, results as expected. If I print next one, it sends one blank page to printer, and keeps looping through the report form on screen. Only way I could stop it was 3 fingered salute. Did it consistently: printed one page, kept scrolling the report on screen.
>
>Would appreciate any thoughts on items 1 or 2. TIA

I believe their are printer codes that will accomplish this. If your printing against an index. You could do a REPORT FORM FOR ( eg. cInvoiceNo = InvoiceNo )within the loop.

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform