Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rwodabek
Starting Member
3 Posts |
Posted - 2006-04-21 : 16:02:05
|
What have folks here done with large amounts of text in a table with regard to page breaks? I've found that in a PDF the page break happens before the large block of text starts regardless of where it starts on the page. Even if there is 3/4 of the page empty it will always page break. Typically, the amount of text spans more than one page.Any workarounds or ideas?ThanksRichard. |
|
rwodabek
Starting Member
3 Posts |
|
rwodabek
Starting Member
3 Posts |
Posted - 2006-05-12 : 08:50:35
|
I have come up with a solution/workaround. Put all the tables into a List object. Then take the large text column out of the table and place it in the list object itself. As long as the large text column is NOT in a table but in a List object - it seems to work much better.Richard. |
 |
|
|
|
|