Lock/password protect formfields

R

rachitm

Is there a way to lock/password protect formfields so that no more
information can be added/changed?

All help is appreciated
 
B

Bear

You could unlink the field -- rendering it plain text.

Or you could toggle the Enabled property to False.

Bear
 
R

rachitm

Plain text would not help. If I toggle the enabled property to False,
it erases what currently exists in the form field

Would you know of anyway via which I could lock it so that when I send
the document to the end user he/she cannot change the information that
exists in the locked cells?
 
B

Bear

Rachitm:

In Word 2000, when I execute this statement from the immediate window, the
field value is not reset, but the field is "locked" in the sense that the
insertion point can't be positioned in it.

activedocument.FormFields("Text1").Enabled = False

You are talking about a VBA solution, aren't you?

Bear
 

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