Well all you need to do is set a permission for the users in your
database.
If they do not have write permission then do not allow them to edit the
document in soeditor

E.g

User has a list of their permissions stored in a session variable.
Session.permissions = "read,write,edit"

So you can then do

<cfif Listfindnocase(session.permissions, 'write')>
Link to soeditor here
</cfif>

HTH

Russ Michaels
Macromedia/Allaire Certified ColdFusion Developer
 
Satachi Internet Development

Phone: 0870 787 3610
Tech Support: 0906 9607800
FAX: 0709 2212 636
http://www.satachi.com
email general: [EMAIL PROTECTED] 
email support: [EMAIL PROTECTED]
 
Join our ColdFusion Developer discussion lists.
Send an e-mail to [EMAIL PROTECTED]


> -----Original Message-----
> From: Damian Watson [mailto:[EMAIL PROTECTED] 
> Sent: 05 September 2003 11:59
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] Editing word docs online...
> 
> 
> Hi,
> 
> I've been asked to build a site for someone that will 
> basically operate as a shared drive for users across the 
> internet. The client wants there to be editable word docs on 
> the site but only editable to users with certain access 
> priveleges, basic users will have read only rights.
> 
> Any pointers as to how I might do this, anyone done anything 
> similar? For instance I'm slightly concerned that these 
> disparate users may have different versions of word etc...
> 
> Cheers
> d
> 
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED] For human help, e-mail: 
> [EMAIL PROTECTED]
> 
> 



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to