I am new to this. Typically I use Word for very very basic stuff (Word is an
end user thing and I'm a programmer so don't use it much...)
A user created a form that includes check boxes. They came to me when no one
could figure out how to actually check the check box. I discovered that the
form was in "design mode" and that by clicking on the "design" button, it
took the form out of design mode - thus enabling the user to click the check
box. However, when the form is saved and opened again, it is once again in
design mode - meaning the user has to uncheck the "design mode" button each
time they open the form which is a pain in the a_ _! How do you set up a
Word doc so that by default it DOES NOT open in design mode???
Thanks,
Brad
Jay Freedman - 03 May 2004 18:50 GMT
Hi Brad
The check boxes and other controls in the Control Toolbox toolbar are
ActiveX objects. Word considers ActiveX controls to be in the same class as
macros (that is, as security threats). If you have your macro security level
set to High, both macros and ActiveX controls are unconditionally disabled,
and that's what causes the document to open in Design Mode.
You can set your security level to Medium (Tools > Macros > Security) and,
each time you open the document, click the Enable button in the warning box.
Setting the level to Low is "not recommended" for obvious reasons. Every
person to whom you send the document will also have to set their security
level to Medium and click Enable -- and unless they know what I've just told
you, you're going to have to tell them.
There are two alternatives, neither of them very appealing.
One is to use check boxes from the Forms toolbar, but that requires you to
protect the document for forms (Tools > Protect Document) -- and that means
nothing outside the check boxes can be edited, plus a number of other
features don't work.
The other is to use the combination of AutoText, macros, and MacroButton
fields used in the Fax templates that come with Word. Not only do these have
the same drawback of not operating if the security level is High, but they
also mean you have to send the template along with (or instead of) the
document because AutoText can't be stored in a document.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
> I am new to this. Typically I use Word for very very basic stuff
> (Word is an end user thing and I'm a programmer so don't use it
[quoted text clipped - 13 lines]
>
> Brad
Charles Kenyon - 03 May 2004 21:27 GMT
Answered in new users. Please do not multipost.
In the Microsoft Word newsgroups it is considered bad form to post separate
messages to multiple newsgroups. If you need to post in more than one forum
(unusual) please post a single message with both forums in the header of
that single message. That way (1) your question and the various answers stay
together, (2) less space is used on the news servers, (3) less bandwidth is
used on the Internet, (4) you only have to check one forum for answers that
appear in both forums, and (5) you won't unnecessarily annoy the people you
are asking for help. This isn't meant to criticize you. We were all
beginners once and the only way to learn is to try. (BTW, a number of the
Microsoft newsgroups don't want posting in more than one newsgroup, period.
Check the FAQ.)
Take a look on the MVP FAQ website under "getting help" for more reasons ase
well as other suggestions for getting answers more easily and quickly. <URL:
http://www.mvps.org/word/FindHelp/Posting.htm>

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> I am new to this. Typically I use Word for very very basic stuff (Word is an
> end user thing and I'm a programmer so don't use it much...)
[quoted text clipped - 11 lines]
>
> Brad