S
sreedhardasi
Hi,
I have the following questions about Infopath. Any help would be
appreciated.
1. Can we populate a dropdownlist at run time from an XML file?
2. Can we add new dropdownlist controls at run time to the Infopath
form? Our scenario is that we will have a dropdown with a master list
of values. Based on the selection in the master list, we need to add
and populate child dropdownlist controls to the form (The count of
child controls depends on master data and the data is stored in an XML
file)
Eg:
<root>
<ProductGoup type="Veg">
<product>Tomato</product>
<product>EggPlant</product>
<product>Potato</product>
</ProductGroup>
<ProductGroup type="Fruit">
<product>Mango</product>
<product>Orange</product>
</ProductGroup>
</root>
In this case, master dropdown will have Productgroup types. If the user
chooses "Veg", 3 dropdownlists should be added with the products. If
the user chooses "Fruit", only 2 dropdownlists should be added with the
products.
3. Does Infopath have a colorpicker control?
Thanks,
Sreedhar
I have the following questions about Infopath. Any help would be
appreciated.
1. Can we populate a dropdownlist at run time from an XML file?
2. Can we add new dropdownlist controls at run time to the Infopath
form? Our scenario is that we will have a dropdown with a master list
of values. Based on the selection in the master list, we need to add
and populate child dropdownlist controls to the form (The count of
child controls depends on master data and the data is stored in an XML
file)
Eg:
<root>
<ProductGoup type="Veg">
<product>Tomato</product>
<product>EggPlant</product>
<product>Potato</product>
</ProductGroup>
<ProductGroup type="Fruit">
<product>Mango</product>
<product>Orange</product>
</ProductGroup>
</root>
In this case, master dropdown will have Productgroup types. If the user
chooses "Veg", 3 dropdownlists should be added with the products. If
the user chooses "Fruit", only 2 dropdownlists should be added with the
products.
3. Does Infopath have a colorpicker control?
Thanks,
Sreedhar