Search found 231 matches

by Ceprotec
Mon Nov 09, 2015 11:10 am
Forum: Support
Topic: Remove line
Replies: 4
Views: 17388

It worked.

Thank you!
by Ceprotec
Sun Nov 08, 2015 6:10 pm
Forum: Support
Topic: Remove line
Replies: 4
Views: 17388

Original document: http://i.imgur.com/T7tDaad.jpg Expectation: http://i.imgur.com/uCWjuq3.jpg Reality: http://i.imgur.com/EvtayCU.jpg I want to delete the entire line, not just the content of the cell. Code "correct" SRichViewEdit1.SelectAll; while (SRichViewEdit1.RichViewEdit.SearchText('...
by Ceprotec
Fri Nov 06, 2015 6:45 pm
Forum: Support
Topic: Remove line
Replies: 4
Views: 17388

Remove line

I am using: while (SRichViewEdit1.RichViewEdit.SearchText('{******}', []) = True) and (PrimeiraFolha <> 'v') and (SRichViewEdit1.CurrentPage mod 2 = 0) do begin SRichViewEdit1.RichViewEdit.SelectCurrentLine; SRichViewEdit1.RichViewEdit.DeleteSelection; end; But this text({******}) is inside a table,...
by Ceprotec
Tue Nov 03, 2015 1:40 pm
Forum: Support
Topic: Memory Out
Replies: 10
Views: 26209

I sent the file by PM.
by Ceprotec
Tue Nov 03, 2015 12:35 pm
Forum: Support
Topic: Memory Out
Replies: 10
Views: 26209

https://youtu.be/xAuBMQvchQk

Is there any solution to the video problem?
by Ceprotec
Mon Nov 02, 2015 10:54 pm
Forum: Support
Topic: Memory Out
Replies: 10
Views: 26209

Ok.

When a very large file is opened, the RAM usage is high, is there any way to free this memory after this file be opened?

Thank you.
by Ceprotec
Sun Nov 01, 2015 7:58 pm
Forum: Support
Topic: Memory Out
Replies: 10
Views: 26209

The images are in JPG.

The file is too large.

I believe that the file is not corrupted, I tried to open it with a demo, but some images were not loaded (it was the same error).

Google Translate, sorry.
by Ceprotec
Fri Oct 30, 2015 7:03 pm
Forum: Support
Topic: Memory Out
Replies: 10
Views: 26209

Memory Out

I'm trying to open the following file. http://i.imgur.com/tpKkwnj.jpg This file contains 250 images. But the following error occurs: http://i.imgur.com/aFnNaft.jpg http://i.imgur.com/tftqRHP.jpg Already tried using: SRichViewEdit1.LoadRVF(Caminho); and: rvActionOpen1.LoadFile(SRichViewEdit1.RichView...
by Ceprotec
Thu Oct 22, 2015 10:39 am
Forum: Support
Topic: RTF without images
Replies: 1
Views: 10028

Problem solved.

Was problem with the text editor (WordPad and LibreOffice).

In Microsoft Word everything works perfectly.
by Ceprotec
Wed Oct 21, 2015 1:27 pm
Forum: Support
Topic: RTF without images
Replies: 1
Views: 10028

RTF without images

I'm using

Code: Select all

SRichViewEdit1.RichViewEdit.SaveRTF('C:\myFile.rtf', False);
but the created file is generated without the images and the page orientation.


What should I do?
by Ceprotec
Wed Oct 07, 2015 1:25 pm
Forum: Support
Topic: PDF in the RichView
Replies: 5
Views: 18231

worked, thank you.
by Ceprotec
Wed Oct 07, 2015 11:32 am
Forum: Support
Topic: PDF in the RichView
Replies: 5
Views: 18231

another question, how do I verify that the text has image?
by Ceprotec
Wed Oct 07, 2015 11:31 am
Forum: Support
Topic: PDF in the RichView
Replies: 5
Views: 18231

ok, thanks
by Ceprotec
Mon Oct 05, 2015 12:57 pm
Forum: Support
Topic: PDF in the RichView
Replies: 5
Views: 18231

PDF in the RichView

the eDocEngine v3 or llPDFLib convert to A/2B ?

thanks.
by Ceprotec
Fri Jul 24, 2015 1:02 pm
Forum: Support
Topic: InsertPicture help
Replies: 5
Views: 17679

- Ingês
I used before insert the '-', GoToLine

-Português
eu usei antes de inserir o '-', GoToLine

Code: Select all

        GoToLine(ultimalinha + 3,SRichViewEdit1.RichViewEdit);
        SRichViewEdit1.RichViewEdit.InsertText('-');
- Inglês
then worked!

- Português
aí funcionou!