Connecting Tech Pros Worldwide Forums | Help | Site Map

Print report to .pdf

Terry Clites
Guest
 
Posts: n/a
#1: Nov 13 '05
I'm searching for an scaled down way to print reports to .pdf format
directly from a form that selects multiple reports for review or printing.
It would seem that there is a simpler method rather than the copious amounts
of coding required to set the default to Acrobat Distiller and back again.
Is it not possible to simply code the Distiller printer as the selected
printer for output within the form's command button "On Open" event handler
that opens the selected reports? I've seen very detailed modules dedicated
to printer output operations. But it seems overkill for the simplicity
required. Maybe some db guru could explain the issue of this complexity.

Thanks all



Tony Toews
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Print report to .pdf


"Terry Clites" <tclites@satx.rr.com> wrote:
[color=blue]
>I'm searching for an scaled down way to print reports to .pdf format
>directly from a form that selects multiple reports for review or printing.
>It would seem that there is a simpler method rather than the copious amounts
>of coding required to set the default to Acrobat Distiller and back again.[/color]

More complex than the following?

You can change the default printer using updates to the INI file and some sample
code. See DefaultPRT.ZIP at http://www.mcwtech.com/downloads.htm
[color=blue]
>Is it not possible to simply code the Distiller printer as the selected
>printer for output within the form's command button "On Open" event handler
>that opens the selected reports? I've seen very detailed modules dedicated
>to printer output operations. But it seems overkill for the simplicity
>required. Maybe some db guru could explain the issue of this complexity.[/color]

There is a printer object of some sort in A2003 but I haven't played with it.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Closed Thread