Hi guys,

I have been having trouble setting my default printer. I have 2 printers that are connected and i want the Brother Laser printer to be the default. for some reason it wont set as the default but the Epson Laser will? anyone know why?

Heres my code

code:

$SysNom=@WKSTA
if addprinterconnection ("\\Geog1\brother") = 0
at (14,20)"Laser Printer Connected"
endif
if addprinterconnection ("\\upperserver\EpsonU25") = 0
at (15,20)"Colour Printer Connected"
endif
if SetDefaultPrinter ("\\upperserver\EpsonU25") = 0
at (15,20)"Colourr Printer Connected (Default)"
endif
RETURN

Many Thanks
Mike