That sounds like a pretty straightforward way of doing it.  We'll dig into it 
tomorrow.

Thanks Gerald.

Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
Coldfusion Shopping Cart Software


-----Original Message-----
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: Tuesday, June 02, 2009 8:01 PM
To: cf-talk
Subject: Re: Creating MS Word Documents


I just got done doing something like this. What I did was take a RTF
document which uses a markup like HTML except for word processors and opened
the document in a text editor and inserted the variables wrapped with
cfoutputs where I wanted them to show up. Then I saved it as a text file and
stuck it into a cfsavecontent tags as an include

<cfsavecontent variable="asd"><cfinclude
template="MyDoc.txt"></cfsavecontent>

Then I forced the download using cfheader and cfcontent.

HTH
G!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323098
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