Results 1 to 17 of 17

Thread: reportwidth is larger than the paperwidth

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    100

    reportwidth is larger than the paperwidth

    I am using data report to display report.
    My database is Ms Access.
    My problem is when I try to display certain report, the error occured was:

    Reportwidth is larger than paperwidth

    What can I do to correct the error?

  2. #2
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    266

    Re: reportwidth is larger than the paperwidth

    make the report lay out to landskape

  3. #3
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: reportwidth is larger than the paperwidth

    yes u can

    go to ur report

    and decrease its width

    this type of error occur when data report weidth is more then 6.5 inch

    so check it urself

  4. #4
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: reportwidth is larger than the paperwidth

    make the report lay out to landskape
    then printing problem occur
    i thought is is not batter solution

  5. #5
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: reportwidth is larger than the paperwidth

    what is ur report width

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    100

    Re: reportwidth is larger than the paperwidth

    But, I cant decrease the size.
    I still need the size to display the report.
    How can I set the page to landscap or portrait?

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    100

    Re: reportwidth is larger than the paperwidth

    In properties, my reportwidth is 12525.

  8. #8
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    266

    Re: reportwidth is larger than the paperwidth

    open ur report

    file menu of report >> properties >> Print setup

    follow this way

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    100

    Re: reportwidth is larger than the paperwidth

    Mr Noshaba
    I really cant follow your instruction.
    Can you be more specific where to get the file menu of report and the rest of instruction.
    Thanks in advance.

  10. #10
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: reportwidth is larger than the paperwidth

    In properties, my reportwidth is 12525.
    For removing your error make report less then 9200 width
    You can use crystal report for bigger report

  11. #11
    Junior Member Water Color's Avatar
    Join Date
    May 2006
    Posts
    17

    Re: reportwidth is larger than the paperwidth

    Install VB SP6.
    Then u can set ur report orientation either portrait or landscape.
    like

    VB Code:
    1. report1.Orientation=rptOrientLandscape
    Last edited by Water Color; Jun 18th, 2006 at 06:38 AM.
    SAD->> (Suicide After Death)

  12. #12
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    Re: reportwidth is larger than the paperwidth

    I think Noshaba thought you where using an MS Access report.
    If you are using a VB6 datareport, you can set it to landscape in the initialize event of the datareport.

    VB Code:
    1. Private Sub DataReport_Initialize()
    2.     Me.Orientation = rptOrientLandscape
    3. End Sub
    Frans

  13. #13
    Hyperactive Member
    Join Date
    May 2005
    Posts
    307

    Re: reportwidth is larger than the paperwidth

    shouldnt you also search for a Pageset.dll ? i had a similar problem and found a link on msdn that explained this for the datareport, and downloaded the dll and didnt have a problem since.

  14. #14
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Question Re: reportwidth is larger than the paperwidth

    Quote Originally Posted by whythetorment
    shouldnt you also search for a Pageset.dll ? i had a similar problem and found a link on msdn that explained this for the datareport, and downloaded the dll and didnt have a problem since.

    from where u get it??

  15. #15
    Hyperactive Member
    Join Date
    May 2005
    Posts
    307

    Re: reportwidth is larger than the paperwidth


  16. #16
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: reportwidth is larger than the paperwidth

    thanks

  17. #17
    Addicted Member
    Join Date
    Mar 2005
    Posts
    174

    Re: reportwidth is larger than the paperwidth

    Look at the paer size set for your default printer in the printer properties. Then set the reportwidth of your datareport accordingly. Because it is the reportwidth of the datareport that matters and not the width property of the datareport. Pls check.

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