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
Printable View
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
Try this:
RPTReport1.Orientation = rptOrientLandscape
where RPTReport1 is the name of your report.