Re: Text Box width changes when wrapping on to a new page
ActiveReports 2.0 (Visual Basic 6.0) Support
Text Box width changes when wrapping on to a new page
02-12-2010, 7:13 AM
I have a report that creates a letter, a customer can set page margins first to take into account letter heads etc,
The detail section (the only one used) only has textboxes all set to can grow true, multi line true, the report then takes some user input and formats a letter.
In ActiveReport_ReportStart the PaperSize, PrintWidth, margins and textbox widths are setup then the reports runs and it all works fine until it goes on to a new page then all the textbox widths revert to the design size, any on page one are fine all on page two are changed back to the default.
And the one that was on page one when a new page is required also chnages on page one all before are fine all after change.
Re: Text Box width changes when wrapping on to a new page
02-12-2010, 10:30 AM
Hello,
I was not able to verify this issue. Please take a look at the attached sample that illustrates how to set the different page settings of the report through user input. Further, I would like to add that while sending the pagesettings to the report, we need to ensure that the sum of the printwidth, left and right margins should not be greater than the actual width of the printable area of your default printer or the printer to which you are printing the report. Similarly, the height of the report should not be greater than the height of the printable area of your default printer or the printer to which you are printing the report.
Regards,
Prantik