| View previous topic :: View next topic |
| Author |
Message |
cmss Guest
|
Posted: Fri Mar 24, 2006 1:03 am Post subject: Delphi 6 Default Printer |
|
|
I have a process that auto prints reports using the RichEdit and
PrintDialog components. Each time I print the Windows printer
selection dialog box appears. How can I disable the printer selection.
These reports will print without any user action.
Thanks
PM |
|
| Back to top |
|
 |
Uffe Kousgaard Guest
|
Posted: Fri Mar 24, 2006 7:03 am Post subject: Re: Delphi 6 Default Printer |
|
|
"cmss" <cmss (AT) verizonmail (DOT) com> wrote in message
news:44233644 (AT) newsgroups (DOT) borland.com...
| Quote: |
I have a process that auto prints reports using the RichEdit and
PrintDialog components. Each time I print the Windows printer selection
dialog box appears. How can I disable the printer selection.
|
By not using the PrintDialog component ?? |
|
| Back to top |
|
 |
cmss Guest
|
Posted: Fri Mar 24, 2006 12:03 pm Post subject: Re: Delphi 6 Default Printer |
|
|
Uffe Kousgaard wrote:
| Quote: | "cmss" <cmss (AT) verizonmail (DOT) com> wrote in message
news:44233644 (AT) newsgroups (DOT) borland.com...
I have a process that auto prints reports using the RichEdit and
PrintDialog components. Each time I print the Windows printer selection
dialog box appears. How can I disable the printer selection.
By not using the PrintDialog component ??
What other print option do I have? |
|
|
| Back to top |
|
 |
Oliver Townshend Guest
|
Posted: Fri Mar 24, 2006 1:03 pm Post subject: Re: Delphi 6 Default Printer |
|
|
| Quote: | I have a process that auto prints reports using the RichEdit and
PrintDialog components. Each time I print the Windows printer selection
dialog box appears. How can I disable the printer selection.
By not using the PrintDialog component ??
What other print option do I have?
|
TRichEdit.Print
Oliver Townshend |
|
| Back to top |
|
 |
Uffe Kousgaard Guest
|
Posted: Fri Mar 24, 2006 1:03 pm Post subject: Re: Delphi 6 Default Printer |
|
|
"cmss" <cmss (AT) verizonmail (DOT) com> wrote in message
news:4423d46b$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
What other print option do I have?
|
Look in the documentation TPrinter. It contains an example. |
|
| Back to top |
|
 |
|