By using this website, you agree to our Terms of Use (click here)
The customer would like to add their contract terms to the printed sales order document. These are several pages of text.
What is the best way to accomplish this?
Are you just putting all the text in a single text box in the report? If so, under Properties in Report Designer, you will most likely need to select the Keep Together = False option so that the text boxes can split over multiple pages.
I am attempting several different methods. The issue is that the customer provided the text in a MS Word document and it is 8 pages of legal verbiage. Due to so many special character in the like single and double quotes, I would have to read/edit it carefully to somehow remove all of those characters.
I have the same issue and I use SubReport (in your case it's need 8 SubReports). I'v convert each page of Ms Word doc into png/jpg file (to keep the Ms Word format) and insert each of them into the SubReport.
