|
-
May 27th, 2003, 10:00 AM
#1
Thread Starter
Lively Member
Landscape Report VB6
How do I make me VB6 report landscape? I can change the printer default to landscape prior to printing the report (and it works) but the report still prints out portrait.
Any ideas?
-
May 27th, 2003, 10:08 AM
#2
New Member
Once your report is open, you can change the default REPORT paper orientation. If I'm accessing report info from a database, I usually add a boolean field for the orientation. Otherwise you can hardcode either crLandscape or crPortrait
Set Report = App1.OpenReport(rptName)
PaperOrientation = crLandscape
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
|