G
GatorBait
Hi,
I am trying to get a rich text box to display some text in rich text
format and am having a very difficult time getting it to work properly.
Here is what I am doing...
I have created a crystal report that only has the field (called Memo1)
that I want to display. I set the TextFormat property of the field to
crRTFText (and I also made sure that the "Text Interpreter" under the
Paragraph tab of the Format menu was also set to "RTF Text").
The text I want to display is saved in an Access DB, already in rich
text format. I am connecting to the db using ADO.NET and am able to
populate the corresponding field on my crystal report. The problem is
that when the report displays, it is showing all of the rich text code
rather than the text formatted as such.
I also tried to put a Text Object on my report and drag the Memo1 field
into it, but that did not work either as I got the same result.
This is really driving me up the wall, and I will be very grateful if
anyone is able to help me with this issue. Thank you very much!
--Matt
I am trying to get a rich text box to display some text in rich text
format and am having a very difficult time getting it to work properly.
Here is what I am doing...
I have created a crystal report that only has the field (called Memo1)
that I want to display. I set the TextFormat property of the field to
crRTFText (and I also made sure that the "Text Interpreter" under the
Paragraph tab of the Format menu was also set to "RTF Text").
The text I want to display is saved in an Access DB, already in rich
text format. I am connecting to the db using ADO.NET and am able to
populate the corresponding field on my crystal report. The problem is
that when the report displays, it is showing all of the rich text code
rather than the text formatted as such.
I also tried to put a Text Object on my report and drag the Memo1 field
into it, but that did not work either as I got the same result.
This is really driving me up the wall, and I will be very grateful if
anyone is able to help me with this issue. Thank you very much!
--Matt