jerome_gail26
08-11-2009, 07:32 PM
Hi,
I use FOUR (4) Optionbutton from Microsoft Form2.0 Object Library (Microsoft Form2.0 Object Library controls are different from the default control),
I would like to group it by 2.
this will be the first group
Option1's caption is YES
Option2's caption is NO
this will be the Second group
Option3's caption is OK
Option4's caption is CANCEL
As expected, When option1's value is true then option2 must be false, if option3 is true then option4 must be false.
But if option1 or option2 is true, then either option3 or option4 can be true.
Now, what happen is when option 3 is true then i choose option 2, option3's value turn to false.
Hope i make my self clear.
I already use 2 frames to group them but same thing happens.
Thanks in advance
Jerome
I use FOUR (4) Optionbutton from Microsoft Form2.0 Object Library (Microsoft Form2.0 Object Library controls are different from the default control),
I would like to group it by 2.
this will be the first group
Option1's caption is YES
Option2's caption is NO
this will be the Second group
Option3's caption is OK
Option4's caption is CANCEL
As expected, When option1's value is true then option2 must be false, if option3 is true then option4 must be false.
But if option1 or option2 is true, then either option3 or option4 can be true.
Now, what happen is when option 3 is true then i choose option 2, option3's value turn to false.
Hope i make my self clear.
I already use 2 frames to group them but same thing happens.
Thanks in advance
Jerome