Re: Text and CheckBox macros in Protected form

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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"
<Eddy@xxxxxxxxxxxxxxxxxxxxxxxxx> 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

.



Relevant Pages

  • Re: Text and CheckBox macros in Protected form
    ... 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 ... > You are using the TextBox and CheckBox "ActiveX" controls...which work ...
    (microsoft.public.word.docmanagement)
  • Text and CheckBox macros in Protected form
    ... I have created a template where I used the textbox and checkbox macros ... So when I protect the document ...
    (microsoft.public.word.docmanagement)
  • Re: Text and CheckBox macros in Protected form
    ... Take a look at the Checkbox template available at ... > instead the textbox and checkbox form fields. ... So when I protect the ...
    (microsoft.public.word.docmanagement)
  • Re: Handles Mix
    ... However, in your 'sample', do you really want information about ALL CheckBox controls on the form saved when you change the Checked state of one Checkbox control? ... As to mixing control events to a single handler, you need to realise that The TextBox.TextChanged event is raised every time you type a character in the TextBox control. ... For Each ccontrol In Me.Controls ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Detecting if a checkbox has been modfied help?
    ... Rob W wrote: ... The textbox modified property if data is loaded into the textbox will be set to true, so I could simply reset it to false and then every time a change is made, track it. ... I was looking at a similar mechanism for the checkbox, as I want to build up an SQL string to ONLY update fields if the data has been changed on the form. ...
    (microsoft.public.dotnet.languages.vb)