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 Controllers 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 its 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