Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Slow Rendering Rich Text

I have a ppDBRichText control to render some text. This works fine until I try to modify the text with a GetRichText event, which slows down the rendering to over a second per page, and I have 50+ pages. I am simply "bolding" some characters inside the text string. I assume the issue is RB trying to render the formatting. If I only mess with the text by modifying it, without any richtext controls, RB works fine, but when I add the logic to "bold" some characters, it really slows down.

My code is something like this:
Text:='{\rtf1\ansi{\b '+Bold Text+'}}'; - this works fine other than being slow

Is there a way to speed this up?
Sign In or Register to comment.