Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing a Report - cfdocument not an option

Status
Not open for further replies.

countdrak

Programmer
Jun 20, 2003
358
US
I generate a report when the user hits submit after choosing certain selected options by running a query.


I want the user to hit print and let the user print the page without the select boxes. I cannot use cfdocument we are running cf 6. How do I dump the query resultset to a new page to print?

Thanks.
 
You can pass a variable to the new print page and requery the report as you want it if all the info is in a DB, also you can create cookies on the source page and regerence them on the print page..then destroy them

also, what I would probably do to have Print Page button on the source page

in the cfform tags around the submit button, I would hide all the variables and once the button is clicked, they are all transfered to the print page..




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top