Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
LisaB LisaB is offline
external usenet poster
 
Posts: 7
Default Option buttons not working

Check boxes and data fields work but user unable to select option buttons

I created a form with option groups. It works perfectly for users that have
Word 2007. However it the form is opened in Word 2003, the check boxes and
data fields work but the user is not able to select from the option group.

If an option button is double clicked, the vba code window opens -
eventhough the form is in protected mode.

The "Editing Restrictions" is set to Allow "Filling in forms"

Also - While working with the form in Windows 2003 -
1. If I goto TOOLS -- UNPROTECT DOCUMENT ... the "Start Enforcing
Protection" button is disabled
2. I have to click the "Design Mode" icon to enable the "Start Enforcing
Protection" button
3. Then, when I click the "Start Enforcing Protection" button ... (I don't
enter a password) Everything works perfectly, including the option buttons.
4. However, if I Save and Close the form then reopen it, The option buttons
don't work again. I have to repeat 1,2,& 3 if I want to change an option.

Can Someone Please tell me how to solve this problem.

**Same thing happens if I create the option groups using Word 2003**



  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Option buttons not working

What you are describing is likely to happen if you have inserted ActiveX
controls. As a security measure, Word will then start in Design mode. Be
sure to use only legacy form fields or content controls.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Check boxes and data fields work but user unable to select option buttons

I created a form with option groups. It works perfectly for users that
have
Word 2007. However it the form is opened in Word 2003, the check boxes
and
data fields work but the user is not able to select from the option group.

If an option button is double clicked, the vba code window opens -
eventhough the form is in protected mode.

The "Editing Restrictions" is set to Allow "Filling in forms"

Also - While working with the form in Windows 2003 -
1. If I goto TOOLS -- UNPROTECT DOCUMENT ... the "Start Enforcing
Protection" button is disabled
2. I have to click the "Design Mode" icon to enable the "Start Enforcing
Protection" button
3. Then, when I click the "Start Enforcing Protection" button ... (I don't
enter a password) Everything works perfectly, including the option
buttons.
4. However, if I Save and Close the form then reopen it, The option
buttons
don't work again. I have to repeat 1,2,& 3 if I want to change an option.

Can Someone Please tell me how to solve this problem.

**Same thing happens if I create the option groups using Word 2003**





  #3   Report Post  
Posted to microsoft.public.word.docmanagement
LisaB LisaB is offline
external usenet poster
 
Posts: 7
Default Option buttons not working

Thank You, Are all option buttons always ActiveX. If not where are the Word
Option buttons (what tool bar). Do I have to create the form in Word 2003?

"Stefan Blom" wrote:

What you are describing is likely to happen if you have inserted ActiveX
controls. As a security measure, Word will then start in Design mode. Be
sure to use only legacy form fields or content controls.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Check boxes and data fields work but user unable to select option buttons

I created a form with option groups. It works perfectly for users that
have
Word 2007. However it the form is opened in Word 2003, the check boxes
and
data fields work but the user is not able to select from the option group.

If an option button is double clicked, the vba code window opens -
eventhough the form is in protected mode.

The "Editing Restrictions" is set to Allow "Filling in forms"

Also - While working with the form in Windows 2003 -
1. If I goto TOOLS -- UNPROTECT DOCUMENT ... the "Start Enforcing
Protection" button is disabled
2. I have to click the "Design Mode" icon to enable the "Start Enforcing
Protection" button
3. Then, when I click the "Start Enforcing Protection" button ... (I don't
enter a password) Everything works perfectly, including the option
buttons.
4. However, if I Save and Close the form then reopen it, The option
buttons
don't work again. I have to repeat 1,2,& 3 if I want to change an option.

Can Someone Please tell me how to solve this problem.

**Same thing happens if I create the option groups using Word 2003**






  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Option buttons not working

No, you can create your buttons in Word 2007. You will find the available
commands in the Controls group of the Developer tab. Use the Legacy Tools
button to insert the old form fields of Word 97-2003. Avoid the ActiveX
controls (also found by clicking the Legacy Tools button).

To display the Developer tab, choose that option in Office button | Word
Options, Popular category.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Thank You, Are all option buttons always ActiveX. If not where are the
Word
Option buttons (what tool bar). Do I have to create the form in Word
2003?

"Stefan Blom" wrote:

What you are describing is likely to happen if you have inserted ActiveX
controls. As a security measure, Word will then start in Design mode. Be
sure to use only legacy form fields or content controls.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Check boxes and data fields work but user unable to select option
buttons

I created a form with option groups. It works perfectly for users that
have
Word 2007. However it the form is opened in Word 2003, the check boxes
and
data fields work but the user is not able to select from the option
group.

If an option button is double clicked, the vba code window opens -
eventhough the form is in protected mode.

The "Editing Restrictions" is set to Allow "Filling in forms"

Also - While working with the form in Windows 2003 -
1. If I goto TOOLS -- UNPROTECT DOCUMENT ... the "Start Enforcing
Protection" button is disabled
2. I have to click the "Design Mode" icon to enable the "Start
Enforcing
Protection" button
3. Then, when I click the "Start Enforcing Protection" button ... (I
don't
enter a password) Everything works perfectly, including the option
buttons.
4. However, if I Save and Close the form then reopen it, The option
buttons
don't work again. I have to repeat 1,2,& 3 if I want to change an
option.

Can Someone Please tell me how to solve this problem.

**Same thing happens if I create the option groups using Word 2003**









  #5   Report Post  
Posted to microsoft.public.word.docmanagement
LisaB LisaB is offline
external usenet poster
 
Posts: 7
Default Option buttons not working

I figured out what was happening. Why the option groups were working for some
people and not for others.

"SECURITY LEVEL SETTINGS"

The form works fine for users whose word security level setting is:
-Word 2003 users €“ €œMedium€ or €œLow€
-Word 2007 users - "Disable with macros w/ Notification" or "Enable all
macros"

**The same issue happens if you create the form using Word 2003. Adding
option buttons cause the same problem. My guess is the behind-the-scene
workings that make the option groups work, is treated like macros.

**Also my legacy tool bar in Word 2007 does not have the option button
control. In looking at 'All Commands" in the Customize Window, the only two
Option buttons controls are "ActiveX" and "Web"

The quick fix solution for now is having two versions of the form, one with
option groups, and the other with all check boxes.

"Stefan Blom" wrote:

No, you can create your buttons in Word 2007. You will find the available
commands in the Controls group of the Developer tab. Use the Legacy Tools
button to insert the old form fields of Word 97-2003. Avoid the ActiveX
controls (also found by clicking the Legacy Tools button).

To display the Developer tab, choose that option in Office button | Word
Options, Popular category.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Thank You, Are all option buttons always ActiveX. If not where are the
Word
Option buttons (what tool bar). Do I have to create the form in Word
2003?

"Stefan Blom" wrote:

What you are describing is likely to happen if you have inserted ActiveX
controls. As a security measure, Word will then start in Design mode. Be
sure to use only legacy form fields or content controls.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Check boxes and data fields work but user unable to select option
buttons

I created a form with option groups. It works perfectly for users that
have
Word 2007. However it the form is opened in Word 2003, the check boxes
and
data fields work but the user is not able to select from the option
group.

If an option button is double clicked, the vba code window opens -
eventhough the form is in protected mode.

The "Editing Restrictions" is set to Allow "Filling in forms"

Also - While working with the form in Windows 2003 -
1. If I goto TOOLS -- UNPROTECT DOCUMENT ... the "Start Enforcing
Protection" button is disabled
2. I have to click the "Design Mode" icon to enable the "Start
Enforcing
Protection" button
3. Then, when I click the "Start Enforcing Protection" button ... (I
don't
enter a password) Everything works perfectly, including the option
buttons.
4. However, if I Save and Close the form then reopen it, The option
buttons
don't work again. I have to repeat 1,2,& 3 if I want to change an
option.

Can Someone Please tell me how to solve this problem.

**Same thing happens if I create the option groups using Word 2003**












  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Option buttons not working

I already mentioned security settings in my previous reply. If you can avoid
ActiveX controls, that would be the easiest solution.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
I figured out what was happening. Why the option groups were working for
some
people and not for others.

"SECURITY LEVEL SETTINGS"

The form works fine for users whose word security level setting is:
-Word 2003 users - "Medium" or "Low"
-Word 2007 users - "Disable with macros w/ Notification" or "Enable all
macros"

**The same issue happens if you create the form using Word 2003. Adding
option buttons cause the same problem. My guess is the behind-the-scene
workings that make the option groups work, is treated like macros.

**Also my legacy tool bar in Word 2007 does not have the option button
control. In looking at 'All Commands" in the Customize Window, the only
two
Option buttons controls are "ActiveX" and "Web"

The quick fix solution for now is having two versions of the form, one
with
option groups, and the other with all check boxes.

"Stefan Blom" wrote:

No, you can create your buttons in Word 2007. You will find the available
commands in the Controls group of the Developer tab. Use the Legacy Tools
button to insert the old form fields of Word 97-2003. Avoid the ActiveX
controls (also found by clicking the Legacy Tools button).

To display the Developer tab, choose that option in Office button | Word
Options, Popular category.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Thank You, Are all option buttons always ActiveX. If not where are
the
Word
Option buttons (what tool bar). Do I have to create the form in Word
2003?

"Stefan Blom" wrote:

What you are describing is likely to happen if you have inserted
ActiveX
controls. As a security measure, Word will then start in Design mode.
Be
sure to use only legacy form fields or content controls.

--
Stefan Blom
Microsoft Word MVP



"Lisab" wrote in message
...
Check boxes and data fields work but user unable to select option
buttons

I created a form with option groups. It works perfectly for users
that
have
Word 2007. However it the form is opened in Word 2003, the check
boxes
and
data fields work but the user is not able to select from the option
group.

If an option button is double clicked, the vba code window opens -
eventhough the form is in protected mode.

The "Editing Restrictions" is set to Allow "Filling in forms"

Also - While working with the form in Windows 2003 -
1. If I goto TOOLS -- UNPROTECT DOCUMENT ... the "Start Enforcing
Protection" button is disabled
2. I have to click the "Design Mode" icon to enable the "Start
Enforcing
Protection" button
3. Then, when I click the "Start Enforcing Protection" button ... (I
don't
enter a password) Everything works perfectly, including the option
buttons.
4. However, if I Save and Close the form then reopen it, The option
buttons
don't work again. I have to repeat 1,2,& 3 if I want to change an
option.

Can Someone Please tell me how to solve this problem.

**Same thing happens if I create the option groups using Word 2003**













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
Option buttons Claudia Microsoft Word Help 2 May 13th 09 02:30 PM
Option buttons NGReader New Users 3 December 15th 08 08:59 PM
Option buttons Lindie Tables 1 May 22nd 08 10:42 PM
option buttons Mr Word Microsoft Word Help 0 January 22nd 07 04:36 AM
Option buttons in Word Susan Microsoft Word Help 1 March 7th 06 09:22 PM


All times are GMT +1. The time now is 08:49 AM.

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"