Hello,
Please I want your helping in a big problem>>
I have a query that have many results(i.e retrieve many records) and i want to put the each result in table and print it automatically as a report.
and son on for each query result..
Example:
<cfquery datasource="db1" name="PrintReports">
select * from bill where date=#22/11/2001#
</cfquery>
<cfoutput query="PrintReports">
<table>
<tr><td>#name#</td></tr>
<tr><td>#fee#</td></tr>
etc.
</table>
</cfoutput>
I want send each output to printer automatically
Is there a solution for this problem in coldfusion 5.0 ?
Please reply me..
Bye
Please I want your helping in a big problem>>
I have a query that have many results(i.e retrieve many records) and i want to put the each result in table and print it automatically as a report.
and son on for each query result..
Example:
<cfquery datasource="db1" name="PrintReports">
select * from bill where date=#22/11/2001#
</cfquery>
<cfoutput query="PrintReports">
<table>
<tr><td>#name#</td></tr>
<tr><td>#fee#</td></tr>
etc.
</table>
</cfoutput>
I want send each output to printer automatically
Is there a solution for this problem in coldfusion 5.0 ?
Please reply me..
Bye