Now i am stuck at this problem:
In the rtf-SourceFiles we are using some Fields like
Code: Select all
{\field{\*\fldinst{#216}}{\*\fldrslt{}}}
Currently the TSRichviewEdit just ignories those Fields and does not even.
Is there a way to enable field-support in the Editor or any other suggestions?
If not, another idea would be to preprocess the rtf-data and parse/replace those fields manually.
For example:
Code: Select all
\plain\fs24\cf0 Name of Customer: {\field{\*\fldinst{#216}}{\*\fldrslt{}}}\par
Code: Select all
\plain\fs24\cf0 Name of Customer: <Field.Name> \par
So i hope i am only missing some setting/function to recognize those fields automatically
Thanks,
Sillicoid