RTF-Problem with tables

edited 9:31PM in FastReport 4.0
Hi,

we are using FR 4.9.95 VCL/delphi with the frxRichView component loading RTF-code from the database. Everything work fine, except when testing and installing on testhost, all RTFs containing tables are displayed as RTF-code {\rtf1\ansi1\...}.

As my testhost is a freshly installed windows 7 machine, maybe there is a library or a font missing that leads to this problem. Do you have any idea?

The RTF-output is created by WPTools, but I guess this is standard rtf.

Thanks and best regards
Eike

Comments

  • edited 9:31PM
    Embedded RichView components currently must not have tables inside.
  • edited 9:31PM
    But it works on most computers... [img]style_emoticons/<#EMO_DIR#>/ph34r.gif" style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> Any idea?[/img]
  • edited 9:31PM
    Embedded tables in a RTF memo need additional processing before generating a RTF file. This does not mean that embedded tables will not work, but it must be understood that not all tables will be processed correctly. You have either to simplify these tables before exporting or avoid using them. Later this feature will be introduced to the RTF export.
  • edited 9:31PM
    Draeden wrote: »
    Embedded tables in a RTF memo need additional processing before generating a RTF file. This does not mean that embedded tables will not work, but it must be understood that not all tables will be processed correctly. You have either to simplify these tables before exporting or avoid using them. Later this feature will be introduced to the RTF export.

    Where can I find more information about this?

Leave a Comment