Re: Automatic Landscape printing
- From: Bob Richardson <bobr@xxxxxxxxxxx>
- Date: Thu, 26 Jun 2008 09:58:58 -0700 (PDT)
On Jun 26, 5:53 am, Rob Kennedy <m...@xxxxxxxxxxx> wrote:
Bob Richardson wrote:
On Jun 25, 8:32 pm, Rob Kennedy <m...@xxxxxxxxxxx> wrote:
Bob Richardson wrote:
I have a TPrinterSetupDialog which allows the user to print Portrait
or Landscape. The initial, default value is "Portrait." How can I set
the initial value to Landscape? The particular form being printed
should "always" be printed Landscape, so I'd like that to be the
default.
Setting the printer's Orientation property doesn't work?
I don't have a "printer" component...
Never said it was a component. What do you print to? Something other
than a TPrinter?
--
Rob
I forgot about the TTPrinter object. By placing
Printer.Orientation := poLandscape;
before the
if PrintDialog1.Execute then
command, the problem was solved. Thanks.
.
- References:
- Automatic Landscape printing
- From: Bob Richardson
- Re: Automatic Landscape printing
- From: Rob Kennedy
- Re: Automatic Landscape printing
- From: Bob Richardson
- Re: Automatic Landscape printing
- From: Rob Kennedy
- Automatic Landscape printing
- Prev by Date: Re: Automatic Landscape printing
- Next by Date: Re: How to use Delphi 2007 with Sqlite?
- Previous by thread: Re: Automatic Landscape printing
- Next by thread: SQLite and Delphi 2007
- Index(es):
Relevant Pages
|