Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing a page range in Word
Message
De
02/12/2005 18:05:06
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
 
 
À
02/12/2005 11:14:39
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01074259
Message ID:
01074449
Vues:
19
Cetin,
Thanks for the pointer. I seem to be doing something wrong however. No matter what arguments I use, the whole document prints instead of a range.

oWord.ActiveDocument.Printout(.t.,,wdPrintRangeOfPages,,,,,1,m.lcPageList)
oWord.ActiveDocument.Printout(.t.,,wdPrintFromTo,,"1","2",,1,)
oWord.ActiveDocument.Printout(.t.,,wdPrintFromTo,,1,2,,1,)

etc...

I'll be exploring this more next week. Thanks again for the example.

Gary


>>Hi,
>>I create a Word object to produce a mail merge doc with anywhere from 1 to several hundred letters. It's produced as a single doc so the users can review the whole thing and maybe add some individual text to some letters before printing. Now we want to be able to print the individual letters to PDF and email them. My thought now is to spin through the doc file generating individual PDF docs for later distribution. The question is: How to print a page range to a specified printer? Any examples? Thanks.
>>
>>Gary
>
>#DEFINE wdPrintRangeOfPages 4
>lcPageList = "1,5,8-12,16"
>oWord.ActivePrinter = getprinter()
>oWord.ActiveDocument.Printout(.t.,,wdPrintRangeOfPages,,,,,1,m.lcPageList)
>
>Cetin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform