Search found 67 matches

by tiagosis
Thu Oct 30, 2025 8:28 pm
Forum: Support
Topic: applying HTML text
Replies: 2
Views: 9235

Re: applying HTML text

I found the problem and it was a flaw in my code, thank you.
by tiagosis
Thu Oct 30, 2025 6:45 pm
Forum: Support
Topic: applying HTML text
Replies: 2
Views: 9235

Re: applying HTML text

image
by tiagosis
Thu Oct 30, 2025 6:44 pm
Forum: Support
Topic: applying HTML text
Replies: 2
Views: 9235

applying HTML text

Hi, how can I apply formatted HTML to TSRichViewEdit?

I'm using the following code, and in some places it works, and in others it simply replaces <b></b> with ****

//obtendo o retorno HTML
htmlStreamRetorno := TStringStream.Create;
memHTMLString.Clear;
memHTMLString.Text := _fieldvalue ...
by tiagosis
Wed Apr 02, 2025 1:58 pm
Forum: Support
Topic: printing with SRichViewEdit
Replies: 8
Views: 85281

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: 85281

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: 85281

Re: printing with SRichViewEdit

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

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: 85281

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: 85281

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: 74955

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: 74955

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: 194110

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: 194110

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: 194110

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: 194110

Re: RTF to Docx

I'm sorry, it was 1252, however, even 1252 didn't work.