Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing multiple reports as a batch
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00266102
Message ID:
00266106
Vues:
24
>I am running a series of reports that I want to print in the same print job.
>Any suggestions?

I have a faq entry for this.

---------------------
This technique sends a group of reports to a printer and only require the user to press "OK" on the printer dialog box once.

This is handy when the users think of a complex report like a month end report as one logical report (even though it can be made of several VFP reports). Showing them the print dialog box numerous times can be confusing.
* choose printer then send each report
=sys(1037) &&choose printer
report foo1 to printer
report foo2 to printer
report foo3 to printer
report foo4 to printer
...


The credit goes to Edward Pikman for discovering this.
-----------------------
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform