Results 1 to 2 of 2

Thread: Landscape Report VB6

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    79

    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?

  2. #2
    New Member
    Join Date
    May 2003
    Posts
    6
    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
  •  



Click Here to Expand Forum to Full Width