-
I am printing a report in landscape. In my application I go to the printer dialog and set the orientation to landscape. I then
do a PrintReport and it generates an error
of "report larger than paper size". If I set the orientation default property to landscape through mycomputer\printers it goes right through.
1) what am I doing wrong?
2) is it possible to set the orientation at run time?
any help would be greatly appretiated
-
It sounds like your on the right trail with orientation settings,,, I have not tried to make these settings in the program ...
But I have had success in setting the default printer to the orientation desired in the printer setup routine in your control panel for windows...
Then I make sure that all of the white area in the datareport does not exceed the givcen bounderies of the physical paper size...
Also take a close look at your margins... Perhaps use 0-10...
And be sure that while in the design mode that the inserted field or label objects are within the content of those white areas...
Maybe this willhelp...
Good Luck...
Marc