Tom Adams
tomadatn at bellsouth.net
Sat Mar 22 02:31:00 CST 2003
Anybody have any code on automating duplex printing? Do you even know what duplex printing is? I don't. Doing this for a friend who's trying to make a living with an inexpensive vertical app. Thanks - Tom ----- Original Message ----- From: "D Cook" <dbcfour at triad.rr.com> To: <accessd at databaseadvisors.com> Sent: Saturday, June 28, 2003 11:33 AM Subject: [AccessD] more on printing > > 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 >