Hello Tek-Tips Users
I am batch printing documents from VFP6 using Word and need to be able to specify the printer tray at the start.
These documents are built up from alternate files using a normal page, then a page of terms for duplex printing....
This works very well until I try using the constants for the paper tray with PageSetup. The odd and even pages are completely different but the column layouts get rearranged and spoil the layout.
I used GETPRINTER() and then oWord.ActivePrinter to select the printer for the batch. Is there a way to specify the tray for this printer instead of using PageSetup?
I believe that only way to control how documents duplex is by having the printer set up twice, so we can select either the Duplex printer or Not Duplex before the print run.
Will I have to resort to this approach for selecting printer trays? (This is only for Duplex docs, so I could have Duplex Plain tray 2 and Duplex Letterheads tray 3)
Any ideas anyone, please?
Kaz
I am batch printing documents from VFP6 using Word and need to be able to specify the printer tray at the start.
These documents are built up from alternate files using a normal page, then a page of terms for duplex printing....
This works very well until I try using the constants for the paper tray with PageSetup. The odd and even pages are completely different but the column layouts get rearranged and spoil the layout.
I used GETPRINTER() and then oWord.ActivePrinter to select the printer for the batch. Is there a way to specify the tray for this printer instead of using PageSetup?
I believe that only way to control how documents duplex is by having the printer set up twice, so we can select either the Duplex printer or Not Duplex before the print run.
Will I have to resort to this approach for selecting printer trays? (This is only for Duplex docs, so I could have Duplex Plain tray 2 and Duplex Letterheads tray 3)
Any ideas anyone, please?
Kaz