Susan Harkins
harkins at iglou.com
Sat Mar 22 09:48:01 CST 2003
Also, if I'm not mistaken, a few of the Northwind XP reports use it -- try the catalog report or perhaps it's the alphabetical listing of products. There may be others. Susan H. > Tom > > ...kb 284286 has working code for setting the AXP printer object to duplex > and resetting it to the defaults ...works fine for me on Minolta and HP > printers with built-in duplexing capabilities ...HTH :) > > William Hindman > "We have gone forth from our shores repeatedly over the last 100 years > ...and put wonderful young men and women at risk, many of whom have lost > their lives, and we have asked for nothing except enough ground to bury them > in." Colin Powell > > ----- Original Message ----- > From: "Tom Adams" <tomadatn at bellsouth.net> > To: <accessd at databaseadvisors.com> > Sent: Saturday, March 22, 2003 5:32 AM > Subject: Re: [AccessD] more on printing > > > > 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 > > > > > _______________________________________________ > > 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 > >