S
S M
Hi everyone. I'm new to Infopath. I am trying to create a form that will
predominantly interface with a web service to get data for the secondary data
source.
I want to display Customer IDs in a drop down list box. I have created 4
radio buttons that will help to filter out the huge list of IDs. After
selecting a Radio Button, values are (1 - 4), I click the "Get IDs" button.
This ends up calling the web service that calls a stored procedure.
Currently the web service API (GetIDs()) returns a dataset.
How do I associate the dataset with the drop down list box?
Once I figure this out, then I can add searching capabilities. I will add a
text box with a Search button. User enters part of the name and a list of
IDs are returned.
Any help would be appreciated.
Thanks.
predominantly interface with a web service to get data for the secondary data
source.
I want to display Customer IDs in a drop down list box. I have created 4
radio buttons that will help to filter out the huge list of IDs. After
selecting a Radio Button, values are (1 - 4), I click the "Get IDs" button.
This ends up calling the web service that calls a stored procedure.
Currently the web service API (GetIDs()) returns a dataset.
How do I associate the dataset with the drop down list box?
Once I figure this out, then I can add searching capabilities. I will add a
text box with a Search button. User enters part of the name and a list of
IDs are returned.
Any help would be appreciated.
Thanks.