humm i see it also
but inpossible
it report after student register to education
that computer not collage property and more model
you have anater way
i think porpose of cfprint is use server print report?
but i need print it in client by not answer
if it posible
i plan applay print bill / recive (in pdf format) by one
click
hi ,
i use code
<cfreport format="#format#" query="qsreport"
template="Report\stdstatus.cfr" filename="temp\stdstatus.pdf"
overwrite="yes">
<cfreportparam name="bydate" value="#bydate#">
</cfreport>
<cfprint source="temp\stdstatus.pdf" type="pdf"
printer="FinePrint">
it have Error: Printer '' is not available. Available
printers are: ''. or
Error: Printer FinePrint is not available. Available printers
are: ''.
1 tag cfprint for pint on server or client?
2 error is mean
on
coldfusion & report builder 8
server:window 2003
client: window xp
i) It is purely a server side process.
ii) The documentation clearly says that the error "Printer is
not available" denotes,
"In Windows systems, the account running the ColdFusion server
must have PRINTER_ACCESS_USE access rights for each printer it
uses. Even if the printer is configured locally on the system, the
printer is not available if the account in which ColdFusion is
running does not have the proper permissions."
You can refer the documentation for "cfprint" tag
here