L
lwmartiniii
Scenario - I have a drop down list box which contains a list of
Vendors. When one is selected, I want to populate the contents of
another drop down list with the products associated with the chosen
vendor.
I'm new to InfoPath and am using Infopath 2007. Here's what I've
done. I have a data source for input that I get both Vendors and
their associated Products. I've added a handler which traps the
Changed event of first list box. I've gone into the code behind and
see that the event is monitoring the fact that the content of my
target XML (bound to my controls as the Main Data Source) has
changed. How do I gain access to controls on the InfoPath form from
the FormCode code behind?
Vendors. When one is selected, I want to populate the contents of
another drop down list with the products associated with the chosen
vendor.
I'm new to InfoPath and am using Infopath 2007. Here's what I've
done. I have a data source for input that I get both Vendors and
their associated Products. I've added a handler which traps the
Changed event of first list box. I've gone into the code behind and
see that the event is monitoring the fact that the content of my
target XML (bound to my controls as the Main Data Source) has
changed. How do I gain access to controls on the InfoPath form from
the FormCode code behind?