Hello everyone, 

Maybe it's obvious, but I'd like to include the #URL.klopper# variable
in my filename atribute when using cfdocument, so as to generate a
document for this specific page. (Pseudo) could would be something like
filename="c:\<cfoutput>#klopper#</cfoutput>.pdf" 

Is this doable ? Fyi I'm using MX7 not CF8 so, filesaveas is not (yet)
an option.

Regards, 

Dirk 

----------------------------------------------------------------------
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” 
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html>
<head>
<cfset klopper = #URL.klopper#>
<cfset slachtdatum = #URL.slachtdatum#>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<cfdocument format="pdf" backgroundvisible="yes" unit="cm" fontembed="yes" 
filename="c:\slachtresultaten.pdf" overwrite="yes">
<cfinclude template="leveringen_detail_print.cfm">
</cfdocument>
</head>

<body>
</body>
</html>
<cfdump var="#klopper#">

------------------------------------------------------------------------------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:308510
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