Hi, can anyone help? We recently changed our server in the office and since then our pages have not been printing. The printer itself works fine with other applications once you select the printer but with crystal report from asp, it's not printing but not giving an error either.
This is the line of code we used before
Session("oRpt".SelectPrinter "winspool","\\NTS01E\4000Jiro","winspool,ne08:"
that's now been amended to reflect the server change. So it's now
Session("oRpt".SelectPrinter "winspool","\\kddiedc\4000Jiro","winspool,ne08:"
But it still won't print. Does anyone have any ideas?