Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
samidav2000 #1
Re: Print document from Cold Fusion page
Hi Steve,
Where you able to solve this problem. I need a help with similar problem.
Thanks
samidav2000 Guest
-
Migrating from Cold fusion 5 to Cold fusion 7
Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7. -
Enabeling Cold Fusion Developer Login Page
Unable to get Cold Fusion Developer working properly with local server (on the same machine). Instead, I get the following message: Error Occurred... -
How do you do <a> jumps in a Cold Fusion page
I am trying to do page jumps, for a FAQ on a Cold Fusion page. I wanted to use the old tried and true method of <a> jumps to topics within the... -
Cold Fusion 5 & ASP
In the early days of Cold Fusion (i.e., when Allaire still owned the app), I recall there being some problems with CF and ASP living together on the... -
javascript: window.print() only creates 1st page of document
Acrobat Professional 6.0 Windows 2000 Server I am trying to print a browser popup window with the window.print() function. The window has 5 pages... -
t.sarmis #2
Re: Print document from Cold Fusion page
I almost have the same problem too.
What I'm looking for is if there is a way to send to printer instead of the
screen the output of a .cfr file (Report Builder).
Now when the user selects to print the file, the .cfr loads the FlashPaper OR
pdf report and then selects from there
to print the file.
It would be easier and more legitimate the file to be sent to printer instead
to open in the screen!!
Ofcource this as an option, and not as standart action, cause sometime you
really want to have a look on what you are
about to print.
Any comments will help
t.sarmis Guest
-
StokeyTCI #3
Re: Print document from Cold Fusion page
<script type='text/javascript' language='JavaScript'> function printWin() {
print(document); } </script> <a class='printLinks' title='Click to print this
report. NOTE - For optimal printed results, set your page orientation to
Landscape in the Print dialog box.' href='#' alt='Click to print this report.
NOTE - For optimal printed results, set your page orientation to Landscape in
the Print dialog box.' onClick='printWin()'><img src='images/printbutton.gif'
width='150' height='40' border='0' alt='Click to print this report. NOTE - For
optimal printed results, set your page orientation to Landscape in the Print
dialog box.'></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbs p; Cheers
Chris
StokeyTCI Guest
-
SNielsen #4
Re: Print document from Cold Fusion page
unfortunately, i gave up. didn't have time to spend on this during that
particular project, but would love to hear how if anyone ever thinks of
something. i ended up just having a link to an MS-Word doc, and then they
print from there.
steve
SNielsen Guest



Reply With Quote

