data report in vb6|error:report width is greater than page width|what can i do?
i am building my report on vb6 data report. i have to make a wide report since i have so many fields to accomodate. but when i try to run the app. it says the report width is greater than the page width. how can i get over this situation.
i switched over to vb6 data report because..
( i tried making reports on crystal reports 8.5 but i can adjust so many fields on the single report even after changing the page setup to landscape instead of portrait.)
can't i make bigger reports? please help.
Re: data report in vb6|error:report width is greater than page width|what can i do?
If it say's that, why not do what it say's and make the form width smaller?
Re: data report in vb6|error:report width is greater than page width|what can i do?
Try reducing the left and right margins of your data report....
Re: data report in vb6|error:report width is greater than page width|what can i do?
Try to change the left and right margins of the report
if not successfull
change the print options controlpanel>printers>Layout(Legel or Potrait)
:wave:
Re: data report in vb6|error:report width is greater than page width|what can i do?
Moved to Reporting section.