Skip to main content
Participating Frequently
July 16, 2008
Question

Silent Printing

  • July 16, 2008
  • 4 replies
  • 2410 views
how to create Silent Printing by cfreport
This topic has been closed for replies.

4 replies

phunsanitAuthor
Participating Frequently
July 27, 2008
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
phunsanitAuthor
Participating Frequently
July 25, 2008
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
Inspiring
July 25, 2008
Hi,

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

phunsanitAuthor
Participating Frequently
July 24, 2008
Yes. i use cf8 and report builder
Inspiring
July 24, 2008
Hi,

Try the "cfprint" tag.
Inspiring
July 24, 2008
Hi,

Do you want to print your report with out opening it in any browser window?.