Ok. Thank you.
Now about the purchase of your product: In order to get the integration with report builder, just like we did in with trial version, only TRichView is enough? We need license for 2-3 developers.
Regards,
Ricardo.
Search found 4 matches
- Mon Jul 01, 2024 8:04 pm
- Forum: Support
- Topic: Render and print HTML content using ReportBuilder
- Replies: 8
- Views: 71570
- Mon Jul 01, 2024 2:10 pm
- Forum: Support
- Topic: Render and print HTML content using ReportBuilder
- Replies: 8
- Views: 71570
Re: Render and print HTML content using ReportBuilder
Thank you. Just two more questions to help me decide on the purchase.
1) Is it possible to make the \r\n become a <br> on the end of the line? Just to make our text cleaner? Or do I need to make some OnBeforePrint replace?
2) On report print preview there's a little red thing before the html ...
1) Is it possible to make the \r\n become a <br> on the end of the line? Just to make our text cleaner? Or do I need to make some OnBeforePrint replace?
2) On report print preview there's a little red thing before the html ...
- Thu Jun 27, 2024 5:34 pm
- Forum: Support
- Topic: Render and print HTML content using ReportBuilder
- Replies: 8
- Views: 71570
Re: Render and print HTML content using ReportBuilder
Thank you for your answer. I've turned the original <HTML> into <html> and it worked.
Another question: How to change the font size? The Advanced DBRichText component is not taking the font size set in report designer.
example:
<html>
<head></HEAD>
<BODY>
<P><EM>Animals</EM> are <B>incredible</B ...
Another question: How to change the font size? The Advanced DBRichText component is not taking the font size set in report designer.
example:
<html>
<head></HEAD>
<BODY>
<P><EM>Animals</EM> are <B>incredible</B ...
- Wed Jun 26, 2024 4:19 pm
- Forum: Support
- Topic: Render and print HTML content using ReportBuilder
- Replies: 8
- Views: 71570
Render and print HTML content using ReportBuilder
Hi,
I need to render and print simple HTML content from a Mariab Text field using ReportBuilder 22.0, Zeoslib 7.2.14 and Delphi 11.3.
I tried to put the Advanced DBRichText component in report deginer but all I get is the raw HTML code, not the rendered one.
What do I need to do?
P.S. We are using ...
I need to render and print simple HTML content from a Mariab Text field using ReportBuilder 22.0, Zeoslib 7.2.14 and Delphi 11.3.
I tried to put the Advanced DBRichText component in report deginer but all I get is the raw HTML code, not the rendered one.
What do I need to do?
P.S. We are using ...