Search found 29 matches

by adamrich
Tue Oct 29, 2019 1:43 pm
Forum: Support
Topic: page break
Replies: 5
Views: 22103

Re: page break

Thank you, I did all that, but unfortunately, I'm unable to stop the user from typing even after 11 inch paper length. all I need to force the user from exceeding the paper size, if exceeded the user will need to create new document, I'm able to stop the user on the width by adding MaxTextWidth. Tha...
by adamrich
Tue Oct 29, 2019 1:37 pm
Forum: Support
Topic: default table style
Replies: 5
Views: 21536

Re: default table style

Thank you so much for your time,
I was able to find it under
rvActionsResource.rvActionInsertTable1

Thanks again
by adamrich
Mon Oct 28, 2019 4:51 pm
Forum: Support
Topic: default table style
Replies: 5
Views: 21536

Re: default table style

sorry, yes that is what I meant RichViewActions table.
Is that a component I need to register ? or just create TrvActionInsertTable table and assign all default on form create ?

Thank you so much
by adamrich
Mon Oct 28, 2019 4:47 pm
Forum: Support
Topic: page break
Replies: 5
Views: 22103

Re: page break

Hello,

I use TRichViewEdit

Thank you
by adamrich
Sun Oct 27, 2019 3:19 pm
Forum: Support
Topic: page break
Replies: 5
Views: 22103

page break

Hello,

On create new document I like to do this : (if possible)
1-Set page size 8.5 x11 inch.
2-Add page break or line on inch 10 (leave one inch on the bottom for my footer). or disable any entry after inch 10, something like that

Thank you
by adamrich
Sun Oct 27, 2019 3:13 pm
Forum: Support
Topic: default table style
Replies: 5
Views: 21536

default table style

Hello,

Is there a way to have default table style (like bother width, cell width, color so on)?

Thank you
by adamrich
Sat Oct 19, 2019 12:45 pm
Forum: Support
Topic: horizontal line
Replies: 2
Views: 15868

Re: horizontal line

Thank you so much
by adamrich
Fri Oct 18, 2019 10:10 pm
Forum: Support
Topic: horizontal line
Replies: 2
Views: 15868

horizontal line

Hello, Is there a way to add horizontal line in RichViewEdit? I tried to add table, and hide left, right and bottom border but not working for me. I'm sure I'm doing something wrong. var table1: TRVTableItemInfo; begin table1 := TRVTableItemInfo.CreateEx(1,1, RichViewEdit1.RVData); table1.BorderWidt...
by adamrich
Tue Oct 15, 2019 2:05 pm
Forum: Support
Topic: FastReport wapper
Replies: 37
Views: 153711

Re: FastReport wapper

Hello, Here is what I did to use TRichview with fastreport. 1-Open fastreport, create new empty report page (all margins =0) drop tfrxRichview , align to client, save it with any name. 2-Create your rtf file with richview action, you can add your fastreport variables as [x] and save it as rtf exampl...
by adamrich
Tue Oct 15, 2019 1:54 pm
Forum: Support
Topic: table in rtf
Replies: 2
Views: 15106

Re: table in rtf

Thank you, I may avoid using table all together :)
by adamrich
Mon Oct 14, 2019 7:59 pm
Forum: Support
Topic: table in rtf
Replies: 2
Views: 15106

table in rtf

Hello,

I have a table added on richview action, looks good, but after I saved the file, and opened with wordpad, everything looks just fine with all spaces , and font styles, except the able , please see the image.
any idea what I'm doing wrong ! thank you
by adamrich
Sun Oct 13, 2019 12:38 pm
Forum: Support
Topic: text on the background
Replies: 4
Views: 19303

Re: text on the background

Thank you, you are awesome man!
As always I appreciate your superb support, you never let your user down, best support ever.

Thanks again
by adamrich
Sun Oct 13, 2019 12:37 pm
Forum: Support
Topic: find first character
Replies: 4
Views: 19179

Re: find first character

Thank you,
As always I appreciate your superb support, you never let your user down, best support ever.

Thanks again
by adamrich
Sat Oct 12, 2019 6:25 pm
Forum: Support
Topic: find first character
Replies: 4
Views: 19179

Re: find first character

Thanks for your time, All I need to know if the document's first character @ or whatever I look for , if picture or anything else other than @ or table etc, that means the first character not @ (excluding the space and empty lines) example @ abc, <table> hello world (first character is @ on the firs...
by adamrich
Sat Oct 12, 2019 6:16 pm
Forum: Support
Topic: text on the background
Replies: 4
Views: 19303

Re: text on the background

Yes please, only when empty

Thank you so much