Search found 170 matches

by alexandreq
Sat Jan 21, 2012 11:28 am
Forum: Support
Topic: How to save the margins configuration ?
Replies: 6
Views: 15508

How to save the margins configuration ?

Hello I am using dbrrichview with access database. I setup all the margin configuration for my document and when I save it into my table I want to save all the margin configuration for it too. Is it possible? Another thing When I browse my table, it is possible to show my doc according as they were ...
by alexandreq
Fri Jan 20, 2012 12:16 pm
Forum: Support
Topic: How can I get the selected text
Replies: 9
Views: 24011

I got the way but I didn't figure out where can I do this: When I give a double click in a word, it gets selected, after it selected I want to get the text and display it in showmessage. I put this code on the event doubleclick ShowMessage( DBSRichViewEdit1.RichViewEdit.GetSelText ) but it is trigge...
by alexandreq
Fri Jan 20, 2012 11:24 am
Forum: Support
Topic: How can I get the selected text
Replies: 9
Views: 24011

Sergey Tkachenko wrote:Use RichViewEdit.GetSelText
Hi,

I use the DBSRichViewEdit1

and I didn't find it with it? Why? Or there is another way to get with DBSRichViewEdit1?

Thanks
by alexandreq
Thu Jan 19, 2012 6:43 pm
Forum: Support
Topic: How can I get the selected text
Replies: 9
Views: 24011

Hi,

I use the DBSRichViewEdit1

and I didn't find it with it? Why? Or there is another way to get with DBSRichViewEdit1?

Thanks
by alexandreq
Thu Jan 19, 2012 10:28 am
Forum: Support
Topic: How can I get the selected text
Replies: 9
Views: 24011

How can I get the selected text

Hi.

How can I do this?

I want to give a double click on the word, making it selected and on the event of double click I want to get the selected word.

I didn't understand how to do that

thanks