M
morna
I have developed a Infopath 2007 form. On the form I have two
dropdown boxes that are populated from an external datasource. The
first dropdown "Vendor" gets populated and then the second dropdown
"Item" should get populated based upon the setting in Vendor. So I
need to put a filter on the Item dropdown; something like Item =
@Description[@VendorTitle = Vendor]. Works great as long as I don't
set the compatablity to work with a web browser.
When I set it to work with a web browser I get an error about "filter
is not available" for the Item dropdown. I have tried to write code
behind on the VendorChange event, however, I can only populate the
first line of the Item dropdown.
Is there a way to set a filter on the second dropdown (Item) using the
web broswer compatablity? Thanks for your time.
dropdown boxes that are populated from an external datasource. The
first dropdown "Vendor" gets populated and then the second dropdown
"Item" should get populated based upon the setting in Vendor. So I
need to put a filter on the Item dropdown; something like Item =
@Description[@VendorTitle = Vendor]. Works great as long as I don't
set the compatablity to work with a web browser.
When I set it to work with a web browser I get an error about "filter
is not available" for the Item dropdown. I have tried to write code
behind on the VendorChange event, however, I can only populate the
first line of the Item dropdown.
Is there a way to set a filter on the second dropdown (Item) using the
web broswer compatablity? Thanks for your time.