Search found 64 matches

by tiagosis
Wed Apr 02, 2025 1:58 pm
Forum: Support
Topic: printing with SRichViewEdit
Replies: 8
Views: 52777

Re: printing with SRichViewEdit

Is there any way I can ensure print cleanliness before sending a new one?
by tiagosis
Wed Apr 02, 2025 1:57 pm
Forum: Support
Topic: printing with SRichViewEdit
Replies: 8
Views: 52777

Re: printing with SRichViewEdit

I mean, it could be that something is cached leaving some previous impression
by tiagosis
Wed Apr 02, 2025 12:15 pm
Forum: Support
Topic: printing with SRichViewEdit
Replies: 8
Views: 52777

Re: printing with SRichViewEdit

hello?
by tiagosis
Mon Mar 31, 2025 3:02 pm
Forum: Support
Topic: printing with SRichViewEdit
Replies: 8
Views: 52777

Re: printing with SRichViewEdit

and all I did was update, change the storage format from RTF to DOCX
and also added the spell checker feature
by tiagosis
Mon Mar 31, 2025 2:57 pm
Forum: Support
Topic: printing with SRichViewEdit
Replies: 8
Views: 52777

Re: printing with SRichViewEdit

So, it's like I told you, the problem happens quite randomly, I couldn't identify a pattern.
by tiagosis
Mon Mar 31, 2025 1:43 pm
Forum: Support
Topic: printing with SRichViewEdit
Replies: 8
Views: 52777

printing with SRichViewEdit

Hello, since I updated to v23 I started having a problem with printing, another printout simply comes out instead of the one I have on the screen in SRichViewEdit, this happens randomly, not always... what could be happening?
by tiagosis
Thu Mar 27, 2025 2:20 pm
Forum: Support
Topic: Addict Spell
Replies: 2
Views: 54622

Re: Addict Spell

You are really to be congratulated, this was fantastic.
by tiagosis
Wed Mar 26, 2025 1:26 pm
Forum: Support
Topic: Addict Spell
Replies: 2
Views: 54622

Addict Spell

Hi, I was using addict spell in my projects but I noticed that the component was discontinued. What could I be using to replace the spell checker in my SRich editor?
by tiagosis
Mon Mar 03, 2025 9:20 pm
Forum: Support
Topic: RTF to Docx
Replies: 17
Views: 159620

Re: RTF to Docx

the problem is that I need to convert these rtfs to docx
by tiagosis
Mon Mar 03, 2025 8:29 pm
Forum: Support
Topic: RTF to Docx
Replies: 17
Views: 159620

Re: RTF to Docx

I just did a test with the rtf on disk and it worked correctly, the problem seems to me to be with the data coming from the database in _stream of type TMemoryStream...
by tiagosis
Mon Mar 03, 2025 8:25 pm
Forum: Support
Topic: RTF to Docx
Replies: 17
Views: 159620

Re: RTF to Docx

I use TMemoryStream. My _stream variable receives the Blob with the rtf directly from the database as shown, the text is correct in the database.

//obtendo dados do RTF..
_stream := TMemoryStream.Create;

QrTxtOrigemTEXTO.SaveToStream(_stream);
_stream.Position := 0;

_streamDocX ...
by tiagosis
Mon Mar 03, 2025 8:01 pm
Forum: Support
Topic: RTF to Docx
Replies: 17
Views: 159620

Re: RTF to Docx

I'm sorry, it was 1252, however, even 1252 didn't work.
by tiagosis
Mon Mar 03, 2025 7:55 pm
Forum: Support
Topic: RTF to Docx
Replies: 17
Views: 159620

Re: RTF to Docx

what am I doing wrong, I copied the units to "C:\Components\TRichView\TRichView\Source"
I recompiled it in two ways but the text remains with incorrect accentuation:

RichView1.Clear;
RichView1.RTFReadProperties.DefCharsetCodePage := 1242;
RichView1.LoadFromStream(_stream, rvynaYes, False ...
by tiagosis
Mon Mar 03, 2025 7:09 pm
Forum: Support
Topic: RTF to Docx
Replies: 17
Views: 159620

Re: RTF to Docx

send me to email
by tiagosis
Mon Mar 03, 2025 6:45 pm
Forum: Support
Topic: RTF to Docx
Replies: 17
Views: 159620

Re: RTF to Docx

It would be great if you could send it to me, as I have a very urgent demand, and this would give me time to wait for the component to be updated.
I looked for the property in " SRichViewEdit1.RTFReadProperties.... " but I couldn't find it. Maybe it's in your units. I'm waiting for you to send it to ...