Hi.
Your solution was very useful.
Table row line is printed correctly.
But recently I found a problem.
When the table is on the page break..
so the table is splited by two page.
The first row's first horizon line of second page's table
is not printed.
It's correct result by your solution ...
Search found 18 matches
- Fri Dec 14, 2007 2:08 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 26048
- Thu Oct 11, 2007 4:43 am
- Forum: Support
- Topic: Undo Problem
- Replies: 5
- Views: 15944
- Wed Oct 10, 2007 2:02 am
- Forum: Support
- Topic: Undo Problem
- Replies: 5
- Views: 15944
- Mon Oct 08, 2007 6:46 am
- Forum: Support
- Topic: Undo Problem
- Replies: 5
- Views: 15944
Undo Problem
Hi.
I uses trichviewEdit v1.9.38 for delphi 7.
When a Page break is working..and the table exists..
the undo doesn't work well.
Please help me.
I uses trichviewEdit v1.9.38 for delphi 7.
When a Page break is working..and the table exists..
the undo doesn't work well.
Please help me.
- Mon Sep 17, 2007 12:44 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 26048
- Tue Sep 11, 2007 2:49 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 26048
- Thu Sep 06, 2007 11:28 pm
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 26048
- Sat Sep 01, 2007 2:47 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 26048
- Fri Aug 31, 2007 10:00 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 26048
Table Printing problem
I uses TrichViewEdit ver1.9.38 for Delphi 7.
When Editing a table..it works well.
But when printing a table..
the one row line is printed two line.
My table option is..
table.BorderVSpacing := -1;
table.BorderHSpacing := -1;
table.CellBorderStyle := rvtbColor;
table.CellBorderColor := clBlack ...
When Editing a table..it works well.
But when printing a table..
the one row line is printed two line.
My table option is..
table.BorderVSpacing := -1;
table.BorderHSpacing := -1;
table.CellBorderStyle := rvtbColor;
table.CellBorderColor := clBlack ...
- Tue Aug 28, 2007 6:40 am
- Forum: Support
- Topic: Page breaks problem in Table.
- Replies: 7
- Views: 21332
- Mon Aug 27, 2007 7:28 am
- Forum: Support
- Topic: Page breaks problem in Table.
- Replies: 7
- Views: 21332
What I want.
I want to display only one line just like other situation.
Couldn't I?
Couldn't I?
- Mon Aug 20, 2007 12:45 am
- Forum: Support
- Topic: Page breaks problem in Table.
- Replies: 7
- Views: 21332
- Fri Aug 17, 2007 9:26 am
- Forum: Support
- Topic: Page breaks problem in Table.
- Replies: 7
- Views: 21332
Page breaks problem in Table.
My code is like below..
-------------------------------------------------
RVPrint1.AssignSource(RichViewEdit1);
RVPrint1.FormatPages(rvdoALL);
RichViewEdit1.ClearSoftPageBreaks;
RichViewEdit1.AssignSoftPageBreaks(RVPrint1);
---------------------------------------------------
When table does not ...
-------------------------------------------------
RVPrint1.AssignSource(RichViewEdit1);
RVPrint1.FormatPages(rvdoALL);
RichViewEdit1.ClearSoftPageBreaks;
RichViewEdit1.AssignSoftPageBreaks(RVPrint1);
---------------------------------------------------
When table does not ...
- Fri Sep 08, 2006 8:32 am
- Forum: Support
- Topic: CaretMove bug??
- Replies: 3
- Views: 14755
Thank you~
I solved it~ Thank you~
The cause was version problem. thank you~
The cause was version problem. thank you~
- Fri Sep 08, 2006 8:31 am
- Forum: Support
- Topic: rvf file loading problem.
- Replies: 7
- Views: 23391
rvf file loading problem.
My duty is converting from Delphi 3 source to Delphi 7 source.
The rvf file saved from Delphi3 is loaded well in Delphi 7.
But the rvf file saved from Delphi 7 is unloaded well in Delphi 3.
Just White page is showen. That is, the data is not showen.
I want to load rvf file saved from Delphi 7 in ...
The rvf file saved from Delphi3 is loaded well in Delphi 7.
But the rvf file saved from Delphi 7 is unloaded well in Delphi 3.
Just White page is showen. That is, the data is not showen.
I want to load rvf file saved from Delphi 7 in ...