Hi, erkki,
SharePoint 2003 uses security on FormLibrary level, so you give user
permissions on whole library. If you try to create a role, and give users
only write permissions , you will notice that when you click Add Item in List
Permissions, automatically the view items permissions is checked, so that
goes out. The only way is to make one library for each user, but off course
if you have few users. If you have many users, maybe the solution is each
user to save the form in own personal site, and overload the security using
COM+ application in the back to save the copy in the site FormLibrary in
order to have all surveys in one Library. But in these solution you will have
to use Web Service and COM+ for overloading a security principal.
Any way it is not so simple to make you’re solution strait-forward.
Darko Milevski, MCAD
> IP newbie question:
> I am trying to use IP as a platform for surveys in our enterprise. My
[quoted text clipped - 9 lines]
>
> Seems quite weird that there is no such easy mechanism...