[AccessD] more on printing

Charlotte Foust cfoust at infostatsystems.com
Mon Mar 3 11:41:00 CST 2003


In case you haven't discovered it, using page setup will set the
PrtDevMode and override you report.Printer settings. Not only that, it
appears to override the report.PrtDevMode settings as well.   We gave up
on the Printer and PrtDevMode methods and went back to API calls.

Charlotte Foust

-----Original Message-----
From: Susan Harkins [mailto:harkins at iglou.com] 
Sent: Saturday, March 01, 2003 2:23 PM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] more on printing


I think my main problem has been the definite separation between setting
the default printer for the session and setting the printer for a
particular form and report -- I think I'm OK now. :) Thanks everyone for
your help and hope you don't hear from me again on the subject! ;)

Susan H.


>
> On behalf of William Hindman, who's posts don't seem to be getting
through.
>
> Donna
>
> Susan
>
> ...if you do this from code then you may need to look into using three

> methods to accomplish all you want ...in XP, DoCmd.OpenReport will use

> the default printer if none is specified in the report properties 
> ...but you
can
> use OpenReport to preview the report, PrtDevNames to select an 
> available printer, and PrintOut to select its properties such as 
> copies to print, print range, print quality, etc. ...in other words it

> is possible to use
the
> full range of available printers and their capabilities from code 
> ...HTH
:)
>
> William Hindman
>
> ----- Original Message -----
> From: "Susan Harkins" <harkins at iglou.com <mailto:harkins at iglou.com>>
> To: <AccessD at databaseadvisors.com 
> <mailto:AccessD at databaseadvisors.com>>
> Sent: Thursday, February 27, 2003 11:34 PM
> Subject: [AccessD] more on printing
>
>
> > After setting all the appropriate Printer properties and choosing a 
> > nondefault printer, how do you actually print a report? Will the
> OpenReport
> > method print to the set printer or always print to the default 
> > printer?
> >
> > Susan H.
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.459 / Virus Database: 258 - Release Date: 2/25/2003
>
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com 
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
>

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list