Board index » delphi » PrinterSetupDialog

PrinterSetupDialog

Using PrinterSetupDialog.Execute: enters printer setup OK and seems to
function fine, HOWEVER after leaving program the printer is not set as it
had been set in Delphi. Sets OK in other pgms. DOES NOT SEEM TO WRITE
BACK TO INI file. Any ideas?
 

Re:PrinterSetupDialog


AD F/X Display Systems <SHERW...@docker.com> wrote:

Quote
>Using PrinterSetupDialog.Execute: enters printer setup OK and seems to
>function fine, HOWEVER after leaving program the printer is not set as it
>had been set in Delphi. Sets OK in other pgms. DOES NOT SEEM TO WRITE
>BACK TO INI file. Any ideas?

The Printer setup dialog is local to your delphi program it does not
change the default information for windows.

This is designed behaviour and common in virtually programs to make a
permanent change the user should use the windows control panel or
Win95 Printers Folder.

Other Threads