Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Printer Setup

edited August 2007 in General
Hi,

I have two button on my app that gives print and print setup functions. If
user selects Print Setup and makes the printer selection with following code
it does not save the settings and prints on the default printer when i print
using Print button of my app.

Delphi 6

CODE:
with rbrptname
devicetype := dtprinter;
showprintdialog := true;
print;
end

Is there anything that saves the Printer setup until the application is up ?

Reply awaited.

Dipak.

Comments

This discussion has been closed.