¿How could I print in a specific network printer?

  • Thread starter Thread starter Noel Ramirez T.
  • Start date Start date
N

Noel Ramirez T.

Hi, I have an invoice report configured for an specific printer located on
my local network, this printer contains continuos forms. I wish to print
this report to this printer without open the printer dialog, how could i do
it?
Gracias
 
Noel:

1.) Either go to File -> Page Set Up -> Page tab and select the target
printer to use or

2.) Set the report to use the default printer and a.) change the PC's
default printer momentarily (via code) to the network printer before
printing and then switch it back, b.) In Access 2002, set the Application's
printer object to use a specific printer. You can accomplish both of these
later tasks via code quite easily using the PrintersClass which is included
as part of our "On the Fly Printing" code, which you'll find on our web.
 
Back
Top