Page breaks problem in Table.
Posted: Fri Aug 17, 2007 9:26 am
My code is like below..
-------------------------------------------------
RVPrint1.AssignSource(RichViewEdit1);
RVPrint1.FormatPages(rvdoALL);
RichViewEdit1.ClearSoftPageBreaks;
RichViewEdit1.AssignSoftPageBreaks(RVPrint1);
---------------------------------------------------
When table does not exist in the rvf text, Page Breaks works well.
But if table is in the rvf text, and when Page Break occur at the
position of table..Page Breaks's shape is broken.
Is this TRichView bug?
How can I fix this?
-------------------------------------------------
RVPrint1.AssignSource(RichViewEdit1);
RVPrint1.FormatPages(rvdoALL);
RichViewEdit1.ClearSoftPageBreaks;
RichViewEdit1.AssignSoftPageBreaks(RVPrint1);
---------------------------------------------------
When table does not exist in the rvf text, Page Breaks works well.
But if table is in the rvf text, and when Page Break occur at the
position of table..Page Breaks's shape is broken.
Is this TRichView bug?
How can I fix this?