Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing several reports at once
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00126210
Message ID:
00126284
Vues:
19
>Thanks for the reponse, the =sys(1037) only asks for the printer, and not how many copies. Do I have to add another prompt for the quantity and add a loop for the muliple copies? I noticed the Report command has a range statment, but is there a command for the amount of copies?
>
>Thanks,
>Jim

I use _PCOPIES system variable to do this. There is the spnCopy spinner on my Print Options form, and when I print the report I issue

_PCOPIES = thisform.spnCopy.value
REPORT form myReport.frx TO PRINTER noconsole
_PCOPIES = 1

HTH,
Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform