I use the UltraFormattedTextEditor for certain fields in my app and store data in sql. I run crystal reports from that data and for the fields that I use an UltraFormattedTextEditor I configure it to use the text interpretation of HTML in crystal. I am able to view a BOLD word or a certain COLOR word but I am not able to see font types or sizes and also underlined words as shown in the UltraFormattedTextEditor field in my program. Is there a way to get these to show properly in Crystal?
Hi,
UltraFormattedTextEditor does not use HTML, it uses a custom XML Format which is very similar to HTML, but it's not the same in all cases. So the tags that are being used for fonts and sizes probably aren't compatible with HTML.
There's no built-in conversion to HTML, but I know that this has come up before on these forums and there have been a number of posts about converting the XML to HTML that you might find useful if you do a search. :)