ifthenelsenull
Technical User
cr XI, SQL 2008. This is a vendor database so I can't change how they store things.
When I display this field in crystal it's blank. I set it to can grow and changed the paragraph text interpretation options to HTML Text.
The data looks like
I need to figure out how to display this is crystal in a way that will also work as it's converted to PDF. I appreciate any help you can provide.
When I display this field in crystal it's blank. I set it to can grow and changed the paragraph text interpretation options to HTML Text.
The data looks like
HTML:
<HTML>
<HEAD>
<style type="text/css">BODY,TD,TH,BUTTON,INPUT,SELECT,TEXTAREA{FONT-FAMILY: Arial,Helvetica; COLOR: black; FONT-SIZE: 10pt;} P,DIV,UL,OL,BLOCKQUOTE{MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px;} BODY{MARGIN: 5px;} </style>
</HEAD>
<BODY> <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"><font style="FONT-SIZE: 18pt" color="#0000cd">Lots of informative text.</font></p>
<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"><font style="FONT-SIZE: 18pt" color="#0000cd"> </font></p> <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">
</p>
</BODY>
</HTML>
I need to figure out how to display this is crystal in a way that will also work as it's converted to PDF. I appreciate any help you can provide.