Reply
 
Thread Tools Display Modes
  #1   Report Post  
Eddy
 
Posts: n/a
Default Text and CheckBox macros in Protected form

I have created a template where I used the textbox and checkbox macros
instead the textbox and checkbox form fields. So when I protect the document
and save it and when I open it up again, I am unable to input text int he
textboxes or use any of the checkboxes, basically can't use anything, I can;t
even unprotect the document, luckily I had a backup before I protected the
template. Is there a macro function when I can use the textbox and checkbox
macros to be able to be used when the document is protected. Much thanx

  #2   Report Post  
Dian D. Chapman, MVP
 
Posts: n/a
Default

You are using the TextBox and CheckBox "ActiveX" controls...which work
differently than the form fields. You do not protect a doc like this.
These controls don't work under protection like form fields.

Good luck...

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html



On Tue, 3 May 2005 13:22:02 -0700, "Eddy"
wrote:

I have created a template where I used the textbox and checkbox macros
instead the textbox and checkbox form fields. So when I protect the document
and save it and when I open it up again, I am unable to input text int he
textboxes or use any of the checkboxes, basically can't use anything, I can;t
even unprotect the document, luckily I had a backup before I protected the
template. Is there a macro function when I can use the textbox and checkbox
macros to be able to be used when the document is protected. Much thanx


  #3   Report Post  
Charles Kenyon
 
Posts: n/a
Default

Adding to Dian's correct response, I never use controls from the control
toolbox unless there is a specific reason to do so. The checkbox and text
form fields from the forms toolbar are very good if you are going to protect
your form anyway. There are a number of ways to create and use clickable
checkboxes in documents / templates. Some require protected or locked forms,
others do not. Take a look at the Checkbox template available at
http://www.addbalance.com/word/downl...#CheckboxAddIn for an exploration
of these.

A protected document is what Word calls an "online form." Check this in
help. For more about online forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customizat...nTheBlanks.htm especially Dian
Chapman's series of articles.

Hope this helps,
--

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.

"Eddy" wrote in message
...
I have created a template where I used the textbox and checkbox macros
instead the textbox and checkbox form fields. So when I protect the
document
and save it and when I open it up again, I am unable to input text int he
textboxes or use any of the checkboxes, basically can't use anything, I
can;t
even unprotect the document, luckily I had a backup before I protected the
template. Is there a macro function when I can use the textbox and
checkbox
macros to be able to be used when the document is protected. Much thanx



  #4   Report Post  
Eddy
 
Posts: n/a
Default

Ok thanx
But when looking at the MS Word help, I get this:

"You can use ActiveX controls on the Control Toolbox to add more powerful
functionality to a form that users will complete in Microsoft Word...Before
you make a form available to users, protect it by clicking Protect Form."

I see this under Add ActiveX Controls to a Form, so its a bit confusing on
how MS help says you can. Obviosly your right since I run into the problem
of not being able to use the form when I open it up again.

"Dian D. Chapman, MVP" wrote:

You are using the TextBox and CheckBox "ActiveX" controls...which work
differently than the form fields. You do not protect a doc like this.
These controls don't work under protection like form fields.

Good luck...

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html



On Tue, 3 May 2005 13:22:02 -0700, "Eddy"
wrote:

I have created a template where I used the textbox and checkbox macros
instead the textbox and checkbox form fields. So when I protect the document
and save it and when I open it up again, I am unable to input text int he
textboxes or use any of the checkboxes, basically can't use anything, I can;t
even unprotect the document, luckily I had a backup before I protected the
template. Is there a macro function when I can use the textbox and checkbox
macros to be able to be used when the document is protected. Much thanx



  #5   Report Post  
Dian D. Chapman, MVP
 
Posts: n/a
Default

Also realize that, although ActiveX controls can be very good and
quite useful in a doc...they also add MUCH MORE weight to your
document. And too many can cause a crash.

Here's a lesson I posted free to my Word VBA/Forms group
(http://groups.yahoo.com/group/Word_VBA/) the shows how to use some
controls and I believe I also left in the part where it blows up when
I add too many. ;-)

http://www.mousetrax.com/training/Fr...AMember01.html

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html


On Wed, 4 May 2005 06:48:02 -0700, "Eddy"
wrote:

Ok thanx
But when looking at the MS Word help, I get this:

"You can use ActiveX controls on the Control Toolbox to add more powerful
functionality to a form that users will complete in Microsoft Word...Before
you make a form available to users, protect it by clicking Protect Form."

I see this under Add ActiveX Controls to a Form, so its a bit confusing on
how MS help says you can. Obviosly your right since I run into the problem
of not being able to use the form when I open it up again.

"Dian D. Chapman, MVP" wrote:

You are using the TextBox and CheckBox "ActiveX" controls...which work
differently than the form fields. You do not protect a doc like this.
These controls don't work under protection like form fields.

Good luck...

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html



On Tue, 3 May 2005 13:22:02 -0700, "Eddy"
wrote:

I have created a template where I used the textbox and checkbox macros
instead the textbox and checkbox form fields. So when I protect the document
and save it and when I open it up again, I am unable to input text int he
textboxes or use any of the checkboxes, basically can't use anything, I can;t
even unprotect the document, luckily I had a backup before I protected the
template. Is there a macro function when I can use the textbox and checkbox
macros to be able to be used when the document is protected. Much thanx




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
Problems with Checkboxes Brenda Rueter New Users 4 April 4th 05 03:09 PM
Search for Checkbox Form field in a macro coginthemachine Microsoft Word Help 1 February 23rd 05 08:49 AM
Microsoft Word Forms- Yes or NO? patricia Microsoft Word Help 4 December 22nd 04 02:13 PM
Can I use a form template document for mail merge? Just Checking Mailmerge 1 December 14th 04 10:27 PM


All times are GMT +1. The time now is 02:56 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"