Oh hey, just for the case you have set NoVarsInStrings to ON you should edit the following :

Code:

If SetDefaultPrinter ("$Printer") = 0



to:

Code:

If SetDefaultPrinter ($Printer) = 0



... If I think twice edit that anyways and retry

and..
Quote:


But some pieces of software can't find the default printer





which are these ?


Edited by Jochen (2006-04-19 04:51 PM)
_________________________