> I use cfheader and cfcontent to render a MS Word Document to 
> users.  When the users go to File > Properties > General.  If 
> I use "inline", all the created, modified, and accessed dates 
> are unknown.  If I use "attachment", they are all set to 
> today date.  Is there a way to keep those properties to its 
> original dates when it was created and last modified?

Are you rendering this as RTF? If so, you can use the appropriate RTF
control words for those properties. But if you don't set them yourself, your
document simply won't have them.

{\info{\title Test Document}{\subject Do properties exist within
RTF?}{\author Dave Watts}
{\keywords foo, bar, baz}{\operator Dave
Watts}{\creatim\yr2006\mo7\dy13\hr17\min44}{\revtim\yr2006\mo7\dy13\hr19\min
23}{\version2}{\edmins0}{\nofpages1}{\nofwords0}{\nofchars4}{\*\company Fig
Leaf Software}{\*\category Silly
Documents}{\nofcharsws4}{\vern24609}{\*\password 00000000}}

The easiest way to do this within RTF is to generate your template from
within Word, then use CF variables within your RTF output as appropriate.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246480
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to