I'm trying out Report Builder for the first time to generate a report.  While I 
can output the file to the screen without any problems (by leaving out the 
filename attribute), I am getting an error when trying to save it.  If I place 
a document in the location where I've specified with the filename attribute, I 
can read it just fine from the browser...I'm just missing something here that's 
eluding me.  Any ideas?

The error:
Report format error.  
The filename, directory name, or volume label syntax is incorrect  

The code:
<cfreport
   filename="http://dtsc-dev/temp/SBA_Temp.pdf";
   format = "PDF"
   template = 
"c:\\inetpub\wwwroot\Database\Military_Billings\CFR_Templates\SBA.cfr"
   overwrite = "yes">

<cfreportparam name="pINVOICE_ID" value="#variables.Invoice_ID#">
</cfreport> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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

Reply via email to