VB6 Data Report Designer - Error: Report width is larger than paper width

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dzgreek
    New Member
    • Jul 2008
    • 1

    VB6 Data Report Designer - Error: Report width is larger than paper width

    I use VB6 and for the first time its Data Report designer - I am using it
    without a data environment and I set my reports datasource property within
    my code. All I ever get is this error message and a blank report display screen -
    "Report width is larger than the paper width"
  • smartchap
    New Member
    • Dec 2007
    • 236

    #2
    In DataReport set width of the report to fit width of the default paper (may be A4) or change the default paper size in printer setting in control panel to accomodate the width of the report.

    Comment

    Working...