Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Jen Jen is offline
external usenet poster
 
Posts: 117
Default Protect/Unprotect Feature in Different Versions of Word

We have a form that was created using Word 2003 and is a protected document
(tools / protect document).

We have a user who has Word 2000 and leaves the form protected while filling
out the form fields, then unprotects the document to add pages.

When she again protects the document, all information she has entered into
the form fields is immediately removed.

Does anyone know of a way we can modify this document in Word 2003 to make
this work as described above for users of previous Word versions??

Thanks! -Jen;-)
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Protect/Unprotect Feature in Different Versions of Word

If you use the padlock toggle button on the Forms toolbar, the fields are
not reset.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Jen" wrote in message
...
We have a form that was created using Word 2003 and is a protected

document
(tools / protect document).

We have a user who has Word 2000 and leaves the form protected while

filling
out the form fields, then unprotects the document to add pages.

When she again protects the document, all information she has entered into
the form fields is immediately removed.

Does anyone know of a way we can modify this document in Word 2003 to make
this work as described above for users of previous Word versions??

Thanks! -Jen;-)


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Protect/Unprotect Feature in Different Versions of Word

You may need to use a macro to reprotect the form

ActiveDocument.Protect wdAllowOnlyFormFields, NoReset

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Jen" wrote in message
...
We have a form that was created using Word 2003 and is a protected
document
(tools / protect document).

We have a user who has Word 2000 and leaves the form protected while
filling
out the form fields, then unprotects the document to add pages.

When she again protects the document, all information she has entered into
the form fields is immediately removed.

Does anyone know of a way we can modify this document in Word 2003 to make
this work as described above for users of previous Word versions??

Thanks! -Jen;-)



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Jen Jen is offline
external usenet poster
 
Posts: 117
Default Protect/Unprotect Feature in Different Versions of Word

Thanks Suzanne, but that's what our user is doing:

She's using Word 2000. Here are her steps:
Opens the protected document
Fills out form fields (check boxes, text boxes, etc...all form fields)
Uses the padlock on the Forms Toolbar to unlock
Goes to the end of the document and uses Ctrl-Enter to add a page
Adds her information
Uses the padlock on the Forms Toolbar to re-lock -- this is when all data entered in the form fields disappears...


What are we missing???? I REALLY appreciate your help. I am messing around
trying to do something like just lock certain sections within the document,
instead of the entire thing, but I'm still not getting it right.... -Jen;-)

"Suzanne S. Barnhill" wrote:

If you use the padlock toggle button on the Forms toolbar, the fields are
not reset.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Jen" wrote in message
...
We have a form that was created using Word 2003 and is a protected

document
(tools / protect document).

We have a user who has Word 2000 and leaves the form protected while

filling
out the form fields, then unprotects the document to add pages.

When she again protects the document, all information she has entered into
the form fields is immediately removed.

Does anyone know of a way we can modify this document in Word 2003 to make
this work as described above for users of previous Word versions??

Thanks! -Jen;-)



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Protect/Unprotect Feature in Different Versions of Word

Unfortunately, the padlock button was fixed to be non-resetting only
in Word 2003 (or maybe 2002, which I don't have installed at the
moment to verify). The button on Word 2000 will always reset the
fields.

The only solution for the 2000 users is the pair of macros at
http://www.word.mvps.org/FAQs/Macros...lfResetOff.htm. You'll
have to put the macros into a template, and have the Word 2000 users
put that template into their Word Startup folder (see
http://www.word.mvps.org/FAQs/Custom...latesStore.htm for
how to locate the folder).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 18 Nov 2006 16:26:46 -0600, "Suzanne S. Barnhill"
wrote:

If you use the padlock toggle button on the Forms toolbar, the fields are
not reset.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Jen" wrote in message
...
We have a form that was created using Word 2003 and is a protected

document
(tools / protect document).

We have a user who has Word 2000 and leaves the form protected while

filling
out the form fields, then unprotects the document to add pages.

When she again protects the document, all information she has entered into
the form fields is immediately removed.

Does anyone know of a way we can modify this document in Word 2003 to make
this work as described above for users of previous Word versions??

Thanks! -Jen;-)



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Protect/Unprotect Feature in Different Versions of Word

Your question appeared to be about Word 2003.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Jen" wrote in message
...
Thanks Suzanne, but that's what our user is doing:

She's using Word 2000. Here are her steps:
Opens the protected document
Fills out form fields (check boxes, text boxes, etc...all form fields)
Uses the padlock on the Forms Toolbar to unlock
Goes to the end of the document and uses Ctrl-Enter to add a page
Adds her information
Uses the padlock on the Forms Toolbar to re-lock -- this is when all data

entered in the form fields disappears...

What are we missing???? I REALLY appreciate your help. I am messing

around
trying to do something like just lock certain sections within the

document,
instead of the entire thing, but I'm still not getting it

right.... -Jen;-)

"Suzanne S. Barnhill" wrote:

If you use the padlock toggle button on the Forms toolbar, the fields

are
not reset.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the

newsgroup so
all may benefit.

"Jen" wrote in message
...
We have a form that was created using Word 2003 and is a protected

document
(tools / protect document).

We have a user who has Word 2000 and leaves the form protected while

filling
out the form fields, then unprotects the document to add pages.

When she again protects the document, all information she has entered

into
the form fields is immediately removed.

Does anyone know of a way we can modify this document in Word 2003 to

make
this work as described above for users of previous Word versions??

Thanks! -Jen;-)




Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Word 97 in Windows XP to maintain formatting Charlie''s Word VBA questions Microsoft Word Help 22 May 20th 23 08:51 PM
Why dont MS just f**king re-write Word from scratch? Its dogsh*t Word Hater Microsoft Word Help 33 May 5th 23 02:52 PM
I am having difficulty with deleting headers and footers LHD New Users 5 July 24th 06 01:44 AM
Change paper size; Word changes to invalid margins OhioTech New Users 10 July 6th 06 02:00 PM
Word should allow to 'divide' page by 3 or 4, not just 2 CandasK Page Layout 2 February 28th 06 10:16 PM


All times are GMT +1. The time now is 05:37 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"