Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print 2 copies of a report
Message
De
16/12/1997 11:08:09
 
 
À
09/12/1997 11:41:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00064699
Message ID:
00066240
Vues:
37
>I use vfp 3.0, I would like to print 2 copies of a report in 1 command.
>
>Now I use the REPORT TO PRINTER command 2 times.
>
>I would like to set the number of copies to 2 and then give the REPORT TO PRINTER command 1 time.
>
>How can I accomplish this?
>
>Bas Elbers


I print more than one report a variable number of times, and I have always used _pCopies. I know that this is more than one line of code, but its easier that escape codes, API calls, direct modification of FRX files, etc.

_pCopies = 2
printjob
report form repname to printer noconsole
endprintjob
_pCopies = 1


Jason Cresswell
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform