trichview.support
Re: A blank page between pages |
Author |
Message |
Eduardo Bai�o |
Posted: 01/27/2003 17:05:36 > with RichViewEdit1 do begin > Clear; > AddNL('First page',0,0); > AddNL('',0,0); > PageBreaksBeforeItems[ItemCount-1] := True; > AddNL('Third page',0,0); > PageBreaksBeforeItems[ItemCount-1] := True; > Format; > end; The problem is that I get the RichView content from a field in a database, therefore I don't know where will be the PageBreak. |
Powered by ABC Amber Outlook Express Converter