Toggle reset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I'm working on a project which after a series of selections on one form it
will compile a list of parts. Once you select Option A or B from group 1,
then it enables group2 with the appropriate options available based on the
choices you made in group1. This goes on for about 12 different option
groups. It works the way I want it except, for example, if I'm in option
group 5 and decide to make a change in group 1, I reset my toggle buttons
(gray them out) but I cannot reset to the "no" state (unpressed).

I've been searching for a few hours on the web and through the discussion
boards here but haven't found anything that worked. I hope someone here can
help me out. Thanks in advance...
 
Achilles said:
I'm working on a project which after a series of selections on one form it
will compile a list of parts. Once you select Option A or B from group 1,
then it enables group2 with the appropriate options available based on the
choices you made in group1. This goes on for about 12 different option
groups. It works the way I want it except, for example, if I'm in option
group 5 and decide to make a change in group 1, I reset my toggle buttons
(gray them out) but I cannot reset to the "no" state (unpressed).


Why can't you just set the group's value to Null at the same
time you disable them?
 
Back
Top