Click to See Complete Forum and Search --> : URGENT: VB6 Reports Orientation


Jason Watson
March 16th, 1999, 05:12 PM
I need to change the orientation of the printer so that my landscape reports print out properly.


Any help would be greatly appreciated.


Jason


csa@one.net.au

Vinayak Sapre
March 16th, 1999, 07:21 PM
You might want to look at printers collection. Choose appropriate printer. This printer object has aorientation property. Setting it to vbPRORPortrait(1) prints portrait & vbPRORLandscape (2) prints in landscape. Check MSDN for details.