S
S M
I am very new to this so I have lots of questions.
Consider this senario...
I have a web page that allows users to create new XML Documents using an
Infopath form template. I'm assuming that all the user the web page has to
do is send the *.XSN file to the user. Also the page displays, in a
datagrid, the names of all XML documents stored in the database.
So when the user clicks the New button on the page, an Infopath is
downloaded from the server and loaded locally. The the user fills out the
form in Infopath and submits it via a Web Service. I have done the sending
part, not the downloading part. Have an idea but not sure.
Now the main problem is modifying the stored XML. The page displays the
following:
TableIndex (0001) "XML Business Rule 1" 01/01/2004
TableIndex (0002) "XML Business Rule 2" 10/31/2004
Each "XML Business Rule 1" is a link that will retrieve from the database
based on the TableIndex the XML document. When the user clicks on the link,
the XML is retrieved from the database and should be loaded in the Infopath
template ready to be modified. How do I do this? Can it be done?
Consider this senario...
I have a web page that allows users to create new XML Documents using an
Infopath form template. I'm assuming that all the user the web page has to
do is send the *.XSN file to the user. Also the page displays, in a
datagrid, the names of all XML documents stored in the database.
So when the user clicks the New button on the page, an Infopath is
downloaded from the server and loaded locally. The the user fills out the
form in Infopath and submits it via a Web Service. I have done the sending
part, not the downloading part. Have an idea but not sure.
Now the main problem is modifying the stored XML. The page displays the
following:
TableIndex (0001) "XML Business Rule 1" 01/01/2004
TableIndex (0002) "XML Business Rule 2" 10/31/2004
Each "XML Business Rule 1" is a link that will retrieve from the database
based on the TableIndex the XML document. When the user clicks on the link,
the XML is retrieved from the database and should be loaded in the Infopath
template ready to be modified. How do I do this? Can it be done?