Word Form resets when opened

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've used a macro to set the protectiontype property to wdAllowOnlyReading
AND I've set NoReset:=TRUE on a document.

I saved the filled out form.

On one computer running MS WORD 2003, the form is reset.
On two other computers (word 2003 installed) the form is not reset.

How do you stop Word from resetting the form?
 
Hi =?Utf-8?B?Rm9ybUd1eQ==?=,
I've used a macro to set the protectiontype property to wdAllowOnlyReading
AND I've set NoReset:=TRUE on a document.

I saved the filled out form.

On one computer running MS WORD 2003, the form is reset.
On two other computers (word 2003 installed) the form is not reset.

How do you stop Word from resetting the form?
wdAllowOnlyReading is not appropriate for a form using form fields from the
Forms toolbar. You need to use wdAllowOnlyFormFields. And please note that
the NoReset argument applies only to the action of protecting the document.
It does not influence the behavior of the form at any later point.

Form fields in an unprotected form will reset when fields are updated.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 
Back
Top