I'm working on displaying html text stored in the database using an field object in a crystal report in a .NET environment.
I set the TextFormat property to 'crStandardText'. I right clicked on the field and selected 'Format' and went to the 'Paragraph' tab and noticed the 'Text Interpretation' dropdown. I notice there are only 2 choices in this list (none and rtf) instead of 3. In the formula selection dialog I am presented with the ability to set the text interpretation to one of 3 values. I set the formula to something like 'if len({Table.Field}) > 0 then crHTMLText'. Should this render the field as html? When I tried this and viewed the report I do not see the text in the report…
Appreciate the response!
I set the TextFormat property to 'crStandardText'. I right clicked on the field and selected 'Format' and went to the 'Paragraph' tab and noticed the 'Text Interpretation' dropdown. I notice there are only 2 choices in this list (none and rtf) instead of 3. In the formula selection dialog I am presented with the ability to set the text interpretation to one of 3 values. I set the formula to something like 'if len({Table.Field}) > 0 then crHTMLText'. Should this render the field as html? When I tried this and viewed the report I do not see the text in the report…
Appreciate the response!