We are using CR 8.5 and 9.0 with SQL 7.0 for SAP Mobile Sale.
We want to bring an memo field into a report which contains HTML tags.
As already read in the CR help file the tag <TABLE> is not supported by CR.
Here's n example:
<html>
<head>
</head>
<BODY>
<TABLE>
<P><FONT face=Arial><U><STRONG>Annual report data ( k€) without SONIMETAL</STRONG></U></FONT>
<P></P>
<TR>
<TD>
<P><FONT face=Arial>Year</FONT></P></TD>
<TD><FONT face=Arial>2001</FONT></TD>
<TD><FONT face=Arial>2002</FONT></TD>
<TD><FONT face=Arial>2003</FONT></TD>
<TD><FONT face=Arial>1999</FONT></TD>
<TD><FONT face=Arial>2000</FONT></TD></TR>
<TR>
<TD><FONT face=Arial>Turnover EURO</FONT></TD>
<TD><FONT face=Arial color=#3333ff>11 750 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>10 750 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>8 700000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>10750 000</FONT></TD>
<TD><FONT face=Arial></FONT></TD></TR>
<TR>
<TD><FONT face=Arial>Export (%)</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial></FONT></TD></TR>
<TR>
<TD><FONT face=Arial>Profit EURO</FONT></TD>
<TD><FONT face=Arial color=#3333ff>313 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>467 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>100000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>146 000</FONT></TD>
<TD><FONT face=Arial></FONT></TD></TR></ TBODY <></P></TBODY></TABLE>
<P align=justify><FONT face="Arial, Helvetica, sans-serif"><FONT color=#3333ff> </P></FONT></FONT>
</body>
</html>
Our users would like to see a formatted text in table form instead of a bunch of digits and characters
Is there an add-in available treating CR to support the entire HTML code?
Or does somebody knows how to modify the text string?
Thanx in advance !!!
We want to bring an memo field into a report which contains HTML tags.
As already read in the CR help file the tag <TABLE> is not supported by CR.
Here's n example:
<html>
<head>
</head>
<BODY>
<TABLE>
<P><FONT face=Arial><U><STRONG>Annual report data ( k€) without SONIMETAL</STRONG></U></FONT>
<P></P>
<TR>
<TD>
<P><FONT face=Arial>Year</FONT></P></TD>
<TD><FONT face=Arial>2001</FONT></TD>
<TD><FONT face=Arial>2002</FONT></TD>
<TD><FONT face=Arial>2003</FONT></TD>
<TD><FONT face=Arial>1999</FONT></TD>
<TD><FONT face=Arial>2000</FONT></TD></TR>
<TR>
<TD><FONT face=Arial>Turnover EURO</FONT></TD>
<TD><FONT face=Arial color=#3333ff>11 750 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>10 750 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>8 700000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>10750 000</FONT></TD>
<TD><FONT face=Arial></FONT></TD></TR>
<TR>
<TD><FONT face=Arial>Export (%)</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial color=#3333ff>25%</FONT></TD>
<TD><FONT face=Arial></FONT></TD></TR>
<TR>
<TD><FONT face=Arial>Profit EURO</FONT></TD>
<TD><FONT face=Arial color=#3333ff>313 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>467 000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>100000</FONT></TD>
<TD><FONT face=Arial color=#3333ff>146 000</FONT></TD>
<TD><FONT face=Arial></FONT></TD></TR></ TBODY <></P></TBODY></TABLE>
<P align=justify><FONT face="Arial, Helvetica, sans-serif"><FONT color=#3333ff> </P></FONT></FONT>
</body>
</html>
Our users would like to see a formatted text in table form instead of a bunch of digits and characters
Is there an add-in available treating CR to support the entire HTML code?
Or does somebody knows how to modify the text string?
Thanx in advance !!!