Dominic, thanks for the quick and concise answer. One learns every day. >Yep ;) > ><cfset VARIABLES.klopper = URL.klopper> ><cfset VARIABLES.slachtdatum = URL.slachtdatum> ><cfset VARIABLES.dateiname = "C:\#URL.klopper#.pdf"> > ><cfdocument format="pdf" backgroundvisible="yes" unit="cm" >fontembed="yes" filename="#VARIABLES.dateiname#" overwrite="yes"> > <cfinclude template="leveringen_detail_print.cfm"> ></cfdocument> > >Have a search for tutorials on using variables in ColdFusion; there >are several ways to do this and they are all fundamental to >programming in CF (the problem is very easy when you have a solid >understanding of how CF uses variables). > >HTH (and that dateiname = filename, my German sucksen) > >Dominic > >-- >Blog it up: http://fusion.dominicwatson.co.uk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:308591 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

