I am using the crystal report packaged with the release version of vb.net.
I have a field in the database which is a text field with HTML tags
(<strong>, <italic> etc.) I have placed these fields in a report which is
printed from a winform. If I mark the textformat property to crHTMLtext, I
get a query engine error when I try to open the report. When marked as
crStandardText, I get no error but the tags appear in the text (hello
<strong> world </strong>).
Is there a way to express tagged fields in a CR?
Haim Katz
I have a field in the database which is a text field with HTML tags
(<strong>, <italic> etc.) I have placed these fields in a report which is
printed from a winform. If I mark the textformat property to crHTMLtext, I
get a query engine error when I try to open the report. When marked as
crStandardText, I get no error but the tags appear in the text (hello
<strong> world </strong>).
Is there a way to express tagged fields in a CR?
Haim Katz