Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report width is larger than paper width 1

Status
Not open for further replies.

mflancour

MIS
Joined
Apr 23, 2002
Messages
379
Location
US
Morning all. I am quite new at VB and am trying to create a report. I have all the basics down...I think. but am recieving an error "Report width is larger than paper width" it sounds like it should be an easy thing to fix, I just cant figure out what is wrong.

Not sure if it matters but my right and left margins are set to 0 now in an attempt to increase my paper width and my reprt width is 12960. Anybody help?
 
Try setting the orientation property of the report to rptOrientLandscape in order to change to orientation of the report.

This assumes you have at least VB6 SP4. Prior to that changing the orientation was more difficult. See the Microsift web site for details.

Glyn.
 
Thanks! this worked. Is there a way to pick paper size as well, ie legal/letter/leger?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top