Skip to Content
0
Former Member
Mar 26, 2009 at 02:54 PM

HTML table in a field of crystal

551 Views

Hi:

Crystal Reports can render the content of a field into HTML, so in a database field I have stored a html code with the following structure: <table><tr><td>...</td><td >...</td></tr>...</table>.

When render the report, the field shows the text inside the tags td but don't "draw" the HTML table. Other tags ,like <p> or <br> are being drawn but <table> tag just no.

How could I to draw a HTML table into a report? It's possible?

Thanks.