|
-
Jun 28th, 2004, 03:03 AM
#1
Thread Starter
Hyperactive Member
Print Problem
Hi I try this code to change my DataReport Paper Orientation..
Printer.PaperSize = vbPRPSLegal '10x14
Printer.Orientation = vbPRORLandscape 'Landscape
But it doesn't work.. Everytime I show the DataReport, it doesn't change..
Kindly help me what code should I write?
-
Jun 28th, 2004, 04:01 AM
#2
Junior Member
Use Common Printer Dialog
I think you are using a Printer object of VB.Try using the Print Dialog to set the print setting.
In case you have some idea of API's try using the API's
Give me a place to stand and I will move the Earth 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|