PrintOut not reading the default printer

JPR

Registered User.
Local time
Today, 02:33
Joined
Jan 23, 2009
Messages
196
Hello,

I have a form with a cmd button which refers to a macro to quick print the active form. Suddenly, the print function does not recognize the default printer (PRT1) and all prints are sent to a different printer (PTR2) which is not the default. Both printers are shared as part of a network.

Behind the cmb button I have a macro with the PrintOut method (see screenshot attached).
Is there a way, I can fix this? Thank you
 

Attachments

  • PrintOut.JPG
    PrintOut.JPG
    55.3 KB · Views: 125
Does this happen to everyone?

When you open printer dialog from other apps, such as Word, which printer shows as default?
 
Hi. All other apps work fine. They all print to the default printer
 
Any code that changes default printer for any output?

Report Page Setup is set for default printer?
 
No code. I don’t use reports but just print the current record which is displayed on the form
 
I don’t use reports but just print the current record which is displayed on the form
Check which printer is configured for the form.
I have no clue how to do that via the GUI, but in VBA you can just check the Printer property of the form.
 

Users who are viewing this thread

Back
Top Bottom