Results 1 to 2 of 2

Thread: VB6 Data Report

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    29
    I am creating a data report in VB 6, and want to know how to change the page orientation of the report. When i increase the width of the report it returns and error,"Report to large for size of paper" Any ideas how to fix this???

    Altecjjf

  2. #2
    Guest
    Try this:

    RPTReport1.Orientation = rptOrientLandscape

    where RPTReport1 is the name of your report.

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