Search found 18 matches

by yoon jin suk
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 ...
by yoon jin suk
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 ...
by yoon jin suk
Wed Oct 10, 2007 2:02 am
Forum: Support
Topic: Undo Problem
Replies: 5
Views: 15496

You mean that if table exist then TRichViewEdit's page break option
must be false?

I must use page break by default.
And My Edit uses table very much.

How can I use 'Undo' function well?
by yoon jin suk
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.
by yoon jin suk
Mon Sep 17, 2007 12:44 am
Forum: Support
Topic: Table Printing problem
Replies: 9
Views: 24864

Hi.
Are you very busy?
Please help me.

My second question is may be TRichviewEdit's bug..
by yoon jin suk
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 ...
by yoon jin suk
Thu Sep 06, 2007 11:28 pm
Forum: Support
Topic: Table Printing problem
Replies: 9
Views: 24864

I am waiting for a long time.

When do you think this problem is solved?
by yoon jin suk
Sat Sep 01, 2007 2:47 am
Forum: Support
Topic: Table Printing problem
Replies: 9
Views: 24864

I send a mail with the sample file.
by yoon jin suk
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 ...
by yoon jin suk
Tue Aug 28, 2007 6:40 am
Forum: Support
Topic: Page breaks problem in Table.
Replies: 7
Views: 20382

I fix the picture's address at the above message.
by yoon jin suk
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?

Image
by yoon jin suk
Mon Aug 20, 2007 12:45 am
Forum: Support
Topic: Page breaks problem in Table.
Replies: 7
Views: 20382

I mean page breaks occuring inside table cells.

If that is a feature of Trichview I have to fix the code.
Thanks.
by yoon jin suk
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 ...
by yoon jin suk
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~
by yoon jin suk
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 ...