Hi,
I have a problem printing data to PDF from SQL.
I'm using
<tr>
<td style="font-family:Arial, Helvetica, sans-serif;
font-size:12px; font-weight:bold;">Text</td>
<td>#qryText.Some_text# </td>
</tr>
Using this the PDF show big data returning from the SQL DB.
It overwrites all the styles that I have and will show big text
Data coming from SQL is like
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Here is some text</FONT></P></TEXTFORMAT>
Please let me know if there is a way around this...
Any suggestions....
I have a problem printing data to PDF from SQL.
I'm using
<tr>
<td style="font-family:Arial, Helvetica, sans-serif;
font-size:12px; font-weight:bold;">Text</td>
<td>#qryText.Some_text# </td>
</tr>
Using this the PDF show big data returning from the SQL DB.
It overwrites all the styles that I have and will show big text
Data coming from SQL is like
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Here is some text</FONT></P></TEXTFORMAT>
Please let me know if there is a way around this...
Any suggestions....