I want to be able to change the default windows printer after I open the pb application and have the pb application pick up that new windows default printer without me having to restart my pb application. Today, once the pb app has the default printer, even if i use PrintGetPrinter, it does not get the updated default printer. I have to shut down and reopen the pb app.
This used to work in previous version.
Does anyone else have this problem? The chatter around this seems to suggest that this a pb bug.
Thanks!
I believe that PB was updated from that old default print behaviour because many customers did not want that. They wanted the PB App to always automatically print to the "Currently set" default printer.
Regards ... Chris
Just change the command to ...
DC.Print (TRUE, TRUE)
and let the App user control the printer they want to use.
Food for thought.
Regards.... Chris