I am moving all server print queues to a new print server. I read some threads here about that which refer to primapstate(). I tried this code:

 Code:
if primapstate("\\MyServer\Konica Bizhub C554E")
  ? "Printer Exists"
else
  ? "Printer does not exist"
endif


I tried the same thing with "PrinterConnection". Same result.


It returns the printer name supplied and "Printer Exists" no matter what I put in the string. My server is not named "MyServer" and it still displayed "Printer Exists".

Other posts indicate this is possible, so I must be missing something. Thoughts?