Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text Interpretation - HTML

Status
Not open for further replies.

privin

Programmer
Feb 6, 2002
5
US
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!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top