Luke,

do you have the filename attribute set for your cfreport tag? If this isn't set 
it basically outputs the code for a PDF file into HTML, making well 
gobbledegook...

Try setting a filename and then your overwrite attributes for the cfreport tag.

I have the following:

<cfwindow 
      closable="true" 
      draggable="true"  
      name="Test" 
      modal="false" 
      initshow="true" 
      height="350" 
      width="325" 
      title="Test" 
      x="600" 
      y="150">
           <cfreport format="pdf" 
                     filename="test.pdf" 
                     overwrite="yes"
                     template="reports/newcoldfusionreport.cfr">
                <cfreportparam name="name value="1">
           </cfreport>
</cfwindow>

And it generated a PDF that I could find on my local machine and if I wanted to 
code in reference to it, I could.

HTH,

Rob 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291846
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to