Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple copies
Message
De
02/08/1999 19:01:40
 
 
À
02/08/1999 18:50:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00249056
Message ID:
00249060
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform