Oct 6, 2003 #1 fkwong Programmer Jul 5, 2002 65 US How can I get the default printer name (to store in a variable) without displaying the dialog using existing VFP functions? Thnaks
How can I get the default printer name (to store in a variable) without displaying the dialog using existing VFP functions? Thnaks
Oct 6, 2003 1 #2 ChrisRChamberlain Programmer Mar 23, 2000 3,392 GB fkwong lcPrinter = SET([PRINTER],2) FAQ184-2483 - the answer to getting answered.Chris http://www.pdfcommander.co.uk Upvote 0 Downvote
fkwong lcPrinter = SET([PRINTER],2) FAQ184-2483 - the answer to getting answered.Chris http://www.pdfcommander.co.uk
Oct 6, 2003 1 #3 rgbean Programmer Nov 9, 2000 5,707 US ?set("printer",2) && Windows Default Printer ?set("printer",3) && VFP's Default Printer Rick Upvote 0 Downvote
?set("printer",2) && Windows Default Printer ?set("printer",3) && VFP's Default Printer Rick