Search found 18 matches
- Fri Dec 14, 2007 2:08 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 24864
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 logic. So ...
- Thu Oct 11, 2007 4:43 am
- Forum: Support
- Topic: Undo Problem
- Replies: 5
- Views: 15496
I found my Edit's bug. I uses RVPrint.OnFormatting event to change the table when the edit is printed. ---------------------------------------------------------------------------------- procedure TfEditorMain.RVPrint1Formatting(Sender: TCustomRichView; PageCompleted: Integer; Step: TRVPrintingStep ...
- Wed Oct 10, 2007 2:02 am
- Forum: Support
- Topic: Undo Problem
- Replies: 5
- Views: 15496
- Mon Oct 08, 2007 6:46 am
- Forum: Support
- Topic: Undo Problem
- Replies: 5
- Views: 15496
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: 24864
- Tue Sep 11, 2007 2:49 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 24864
Thank you for your kindly answer. Your sample works well. 1. But for example..when I change the cell's color to clWindow.. table.Cells[0, 0].Color := clWindow; table.Cells[0, 1].Color := clWindow; The first column's right line is not shown. How can I print the table with color cells? I just insert ...
- Thu Sep 06, 2007 11:28 pm
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 24864
- Sat Sep 01, 2007 2:47 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 24864
- Fri Aug 31, 2007 10:00 am
- Forum: Support
- Topic: Table Printing problem
- Replies: 9
- Views: 24864
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; table ...
- Tue Aug 28, 2007 6:40 am
- Forum: Support
- Topic: Page breaks problem in Table.
- Replies: 7
- Views: 20382
- Mon Aug 27, 2007 7:28 am
- Forum: Support
- Topic: Page breaks problem in Table.
- Replies: 7
- Views: 20382
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: 20382
- Fri Aug 17, 2007 9:26 am
- Forum: Support
- Topic: Page breaks problem in Table.
- Replies: 7
- Views: 20382
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 ...
- Fri Sep 08, 2006 8:32 am
- Forum: Support
- Topic: CaretMove bug??
- Replies: 3
- Views: 14240
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: 22958
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 ...