D
Dan the Man
Hi There,
Background:
We're trying to create a multi-infopath form application. That way
duplication of infomation can be minimized. To implement this solution, we
decided to use drop downs to link to Sharepoint Form Lists.
For Example:
I have a drop down called Fruits. Our sharepoint Form list would have
apple.xml,banana.xml,grapes.xml,.... etc. The drop down would display these
file names.
Now, each <fruit>.xml file contains detailed information about that piece of
fruit which I'd like my main form (with the fruit drop down) to get using C#.
The Question:
What is the best way to obtain this information?
Some ideas:
1) Use C#'s xml utilities to open the file up and read the contents one node
at a time.
2) Create a Datasource schema that mimics the details of the fruit? And try
to load the schema??
I'm looking for other ideas before implementing a solution.
Thank you in advance for your help.
Dan
Background:
We're trying to create a multi-infopath form application. That way
duplication of infomation can be minimized. To implement this solution, we
decided to use drop downs to link to Sharepoint Form Lists.
For Example:
I have a drop down called Fruits. Our sharepoint Form list would have
apple.xml,banana.xml,grapes.xml,.... etc. The drop down would display these
file names.
Now, each <fruit>.xml file contains detailed information about that piece of
fruit which I'd like my main form (with the fruit drop down) to get using C#.
The Question:
What is the best way to obtain this information?
Some ideas:
1) Use C#'s xml utilities to open the file up and read the contents one node
at a time.
2) Create a Datasource schema that mimics the details of the fruit? And try
to load the schema??
I'm looking for other ideas before implementing a solution.
Thank you in advance for your help.
Dan