How can I forbid user edit any task?

J

John

karoc said:
I want to make project opened readonly, and forbid any edit, How can I do
this?

karoc,
You posted to the developer newsgroup but I don't see any mention of
wanting to do this automatically, (e.g. via VBA), so I'll assume it is
just a general question. Normally general questions should be posted to
our sister newsgroup, microsoft.public.project.

To set a Project file as read only, open the file and go to File/Save
As. Hit the "Tools" icon on the far right of the Save As window. Select
General Options. Check the Read Only Recommended option, hit "OK" and
then "Save". Note that a user can always open a read only file, edit it
and then save it under a new name.

Hope this helps.
John
Project MVP
 
J

John

karoc said:
Thanks, John.
I mean use VSTO to do this. do you have any suggestion?

karoc,
Sorry, I don't use Visual Studio but since you will still be working
with Project, what I said still holds. However, maybe someone else will
chime in with more useful information. If not, try re-posting with a
little more description in your request.

John
Project MVP
 
S

Stephen Sanderlin

There's really no easy way to do this. You can, of course, trap the
various BeforeChange events present in Project and write code to prevent
changes. However, there may be other options such as storing project
files on read-only network shares or something. What is your business
requirement?

--

Stephen Sanderlin

Principal Consultant

MSProjectExperts



For Project Server Consulting: http://www.msprojectexperts.com

For Project Server Training: http://www.projectservertraining.com



Read my blog at: http://www.projectserverhelp.com/

Join the community at: http://forums.epmfaq.com
 
K

karoc

ok, i see. Thank you, Stephen.

Stephen Sanderlin said:
There's really no easy way to do this. You can, of course, trap the
various BeforeChange events present in Project and write code to prevent
changes. However, there may be other options such as storing project
files on read-only network shares or something. What is your business
requirement?

--

Stephen Sanderlin

Principal Consultant

MSProjectExperts



For Project Server Consulting: http://www.msprojectexperts.com

For Project Server Training: http://www.projectservertraining.com



Read my blog at: http://www.projectserverhelp.com/

Join the community at: http://forums.epmfaq.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top