TppRichText and MS Word Object
I have old report, with TppRichText object, and inside this object there's
an MS Word Object embedded (another Rich Text). That's important - it it
not really Rich Text - it is an MS Word object.
When printing this report to printer everything s fine.
When printing to a PDF file it hangs the application.
When printing to a HTML file it prints without this object.
When printing to a Graphic file it prints all well.
Any help ?
Jerry
an MS Word Object embedded (another Rich Text). That's important - it it
not really Rich Text - it is an MS Word object.
When printing this report to printer everything s fine.
When printing to a PDF file it hangs the application.
When printing to a HTML file it prints without this object.
When printing to a Graphic file it prints all well.
Any help ?
Jerry
This discussion has been closed.
Comments
The TppRichText replies on Delphi's TRichEdit implementation. It depends on
how your 3rd party device classes use our rich text stream of the draw
commands to generate the PDF and HTML files.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
there is an object embedded - in my case, the object was a MathType equation
and was never exported. I traced the reason to the handling of the rich edit
data. A simple patch of their source was enough to allow export to all the
formats.
If you want more info, I can send it on.
Andrew