Search found 17 matches

by Alvaro
Sun Nov 02, 2014 11:39 pm
Forum: Support
Topic: Deleting a range
Replies: 2
Views: 10847

Thank you very much Sergey was exactly what I needed, here in Brazil is still night, but have a excelente day my friend.
by Alvaro
Fri Oct 31, 2014 7:44 pm
Forum: Support
Topic: Deleting a range
Replies: 2
Views: 10847

Deleting a range

Hi, in search query I put "delete lines" and I choosed Search for all terms, but nothing helped me. My question is how can I delete more then one line following this steps: Suppose a text: reserved word(i) text text text reserved word(f) I would like to select a range starting at reserved word(i ...
by Alvaro
Tue Feb 18, 2014 1:28 am
Forum: Support
Topic: ShortCut and TpopMenu(TMenuItem)
Replies: 3
Views: 11959

Sergey, I made a small project and works well.
I think that error maybe is in editor routines(paragraph,format, etc.).
I will verify them and answer if I find the error.
Thanks.
by Alvaro
Sat Feb 15, 2014 4:16 pm
Forum: Support
Topic: ShortCut and TpopMenu(TMenuItem)
Replies: 3
Views: 11959

ok, I will prepare it.
Thanks.
by Alvaro
Fri Feb 14, 2014 6:32 pm
Forum: Support
Topic: ShortCut and TpopMenu(TMenuItem)
Replies: 3
Views: 11959

ShortCut and TpopMenu(TMenuItem)

I have a problem with popmenu and short cut. If I fill the shortcut propety of popmenu (for example Ctrl+C), after selected the text on rve and typing Ctrl+C, appears "Access violation at address 00CEF3C3 in module...". Just I delete the contents of the shortcut property of popmenu that all work ...
by Alvaro
Wed Aug 29, 2012 1:58 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

Edit, etc ... is not necessary, because in my case I will use it only as a "bridge" for sending the email. Everything is ok Sergei. "Valeu!" (something like "thanks" in English).
by Alvaro
Tue Aug 28, 2012 10:38 pm
Forum: Support
Topic: Saving RVF to a stream with PNG Images
Replies: 18
Views: 53139

David, I had a similar problem and eliminated the line rv.format ...
by Alvaro
Tue Aug 28, 2012 10:35 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

Sergei, I eliminated the line "rv.Format;" because it created two errors: 1. - The content sent to the memory was read only when a second email was sent 2. - 'Canvas does not allow drawing'. The error number 2 only occurred when I closed the client application and called it again. So I had to ...
by Alvaro
Mon Aug 27, 2012 2:13 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

Sergey thank you. That was exactly what I wanted.
A hug.
by Alvaro
Fri Aug 24, 2012 2:23 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

Is there any property of the RichView component like ClientDataSet.Data?
by Alvaro
Thu Aug 23, 2012 1:05 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

That's what I tried initially Sergey, creating a server application with component TRichView have no problems on the server side, what happens is that the problem goes to the client side because the Delphi XE can not send a component TRichView remotely (and not send other objects like ClientDataSet ...
by Alvaro
Tue Aug 21, 2012 12:16 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

My English is not good, but I tried to explain above: I would concentrate sending email server side. Using your examples, already works on the client side, but I wish all the routines were processed on the server due to performance, but by the way is not possible.
by Alvaro
Mon Aug 20, 2012 7:00 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

So there is a way to send and read the component remotely? Do you have any suggestions? Thank you.
by Alvaro
Sat Aug 18, 2012 2:35 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

Dear Sergey, below is the code of the sending email server side (remote). Note that it is identical to the examples you've cited, but the error occurs in the use of variable OleVariant. If you find it necessary, I can send you the two routines (client-side and server-side remote). Thank you ...
by Alvaro
Fri Aug 17, 2012 1:07 pm
Forum: Support
Topic: trichview and olevariant
Replies: 15
Views: 46646

trichview and olevariant

Good day. Using the tips found in http://www.trichview.com/forums/viewtopic.php?t=5479&highlight=email, get email using the component TRichViewEdit and looked great. But this example sends the email client side and I'm adapting to the routine sending is done server side and how I use Delphi XE, the ...