Good Day,
I have a pulldown of regions. (Pulldown 1) There's four regions.
Below that there is another pulldown. Pulldown 2) This pulldown is blank.
What I'm trying to do is this:
In Pulldown 1, if the user selects one of the four region, the Pulldown 2
will be populated with
companies in whatever region the user selects in Pulldown 1.
I have four different secondary data connections as web services. Is there
a way I can
bind Pulldown2 to a web service programmatically?
This is driving me nuts..
coson
Matthew Blain \(Serriform\) - 10 Dec 2004 21:48 GMT
Add the 4 web services plus a 5th for the pulldown list. After calling
query, copy the data over using XML DOM techniques, XSL can be used if the
schema is different between the web services.
--Matthew Blain
http://tips.serriform.com/
http://www.developingsolutionswithinfopath.com/
> Good Day,
>
[quoted text clipped - 15 lines]
>
> coson