Thanks for the ideas. All I am after is when a user who will be authenticated by CF with the GAL I.E. <cfset user = listLast(cgi.REMOTE_USER,"\")>
If they have not read a document, on the docdisplay,.cfm page it will display next to the document listing 'not read', if they have opened the word doc and read it (could this be done by embedding a link to a cfm page in the word doc which would pass the users details to the database, and would set the status to 'viewed') i.e. ID, Name, LoginID, Document, Status, Date Then on the docdisplay.cfm page, next to the document it will display 'viewed' for that user.? Does this make sense, and is this the best way of implementing this? The problem I am having is in the link from the word doc to the cfm page to set the status and time etc, how could I do this? i.e. what parameters would I need to pass from the link in the word doc to the cfm page? Hope this makes sense? -----Original Message----- From: Robbie Byrd [mailto:[email protected]] Sent: 16 February 2009 20:47 To: cf-talk Subject: Re: Binary output in CFContent ? Hmmm.... Well, this is telling the browser to actually download the document. My only thought would be to do an inline word document with a frameset and have a frame at the top with your checkbox. I'm not exactly sure that's what you're looking for or even the most portable solution, but it might work. >Thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319467 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

