trichview.support
Re: page break in TRVreporthelper |
Author |
Message |
Gabriel Padilla |
Posted: 07/25/2003 12:19:46 To Frank, I have a similar problem in that I am trying to implement footnotes. My client says footnotes is an absolute requirement. Since this is not a priority for Sergey, I also need a way to adjust where the page breaks occur. I have not finalized the solution yet but I am looking into using: rvprint.GetFirstItemOnPage(i, ItemNo, offsetInItem); to determine the first item on each page and add extra paragraph spacing to certain items and iteratively adjust until I get the desired page breaks. This may be a kludge but I need a workaround. I am curious as to the progress of any solution you use. Gabriel Padilla "Sergey Tkachenko" <[email protected]> wrote: >Hmm... This is not implemented and not planned. >The only related option that I plan to implement is an option for >non-splitting paragraph in the middle between pages. > >> >> Hi, >> >> I am using the component TRVreporthelper to print a richview document >occupying >> several pages. My problem is the following: >> >> It looks kind of ugly when a page ends with half a sentence. So I want to >> be able to shift the page break to the end of the last full sentence. >> >> For example: >> >> my first page ends with: >> >> "Rabea was not able to follow class. She" >> ----- Page break ----- >> "seems to be not listening." >> >> >> What I would like it to be: >> >> "Rabea was not able to follow class." >> ----- Page break ----- >> "She seems to be not listening." >> >> >> I hope you understand what I want to be able to do. >> >> So is this possible somehow. And if so can you please point me in the >right >> direction? >> >> TIA, >> >> Frank Kroeger > > |
Powered by ABC Amber Outlook Express Converter