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?
Page breaks problem in Table.
-
- Posts: 20
- Joined: Fri Sep 01, 2006 4:20 am
- Location: seoul korea
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Sorry, I do not understand what you mean.
What version of TRichView do you use?
If you use the the newest version of TRichView, do you mean page breaks occuring inside table cells? In this case, this not not a bug but a feature.
When page break occurs between table rows, it is drawn across the TRichView window, like a simple page break outside tables. But if it occurs inside table cells, it's just impossible. In this case, page break line is drawn in each cell individually.
What version of TRichView do you use?
If you use the the newest version of TRichView, do you mean page breaks occuring inside table cells? In this case, this not not a bug but a feature.
When page break occurs between table rows, it is drawn across the TRichView window, like a simple page break outside tables. But if it occurs inside table cells, it's just impossible. In this case, page break line is drawn in each cell individually.
-
- Posts: 20
- Joined: Fri Sep 01, 2006 4:20 am
- Location: seoul korea
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 20
- Joined: Fri Sep 01, 2006 4:20 am
- Location: seoul korea
What I want.
I want to display only one line just like other situation.
Couldn't I?
Couldn't I?
Last edited by yoon jin suk on Tue Aug 28, 2007 6:32 am, edited 1 time in total.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 20
- Joined: Fri Sep 01, 2006 4:20 am
- Location: seoul korea
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: