Skip to Content
0
Former Member
Jul 27, 2005 at 01:47 PM

Dynamic Checkbox Group

44 Views

Hi,

In my program I have some dropdowns and a checkbox group. The checkbox group's labels are created dynamically by what is chosen in one of the dropdowns. All of the dropdowns and the checkbox group are all mapped to the Component Controller’s Context. The problem I am having is that I am binding the text to the checkbox group right after the dropdown is chosen (in its own function and NOT in wdDoInit or wdDoModifyView), and it’s clearing the dropdown's selection (and any other dropdowns in the form).

Is there a better way to dynamically assign the values to the checkbox group so that it doesn't clear those values?

Thanks,

Jonathan