Hi all,
This is what I have:
frmMain.CommonDialog1.ShowPrinter
numCopies = frmMain.CommonDialog1.Copies
frmMain.CommonDialog1.PrinterDefault = True
When users start up the application and print for the 1st time, it works fine but later if users want to change to another printer, it doesn't work. It keeps using the printer that was previous chosen. How do i fix the problem ? Thanks so much.
Helen
This is what I have:
frmMain.CommonDialog1.ShowPrinter
numCopies = frmMain.CommonDialog1.Copies
frmMain.CommonDialog1.PrinterDefault = True
When users start up the application and print for the 1st time, it works fine but later if users want to change to another printer, it doesn't work. It keeps using the printer that was previous chosen. How do i fix the problem ? Thanks so much.
Helen