C
chrispragash
Hello All,
I have an InfoPath form with two views. The user enters about 15-20
entries to each view offline - and each view captures a lot of data
elements. I avoided the "Repeater section" because 20 entries of
multiple data elements could lead to a conjested screen, becomes hard
to search and edit information. Instead I chose to create two typed
datasets ( the xsd(s) were derivates of the original infopath form
schema and saved the form data into the typed dataset and then used the
"SaveAsXml" method to persist the form elements.
Give this scenario, I have two questions
a) What other methods are available to persist the data on the local
hdd.
b) I need to submit the all the entries to a web service which would
then submit each form programmatically to a WSS Forms Library. My
InfoPath form is published on a WSS Site. Do I have to recreate the
original infopath schema and send it to the web service to be added to
Forms Library?
Thanks in advance,
Chris
I have an InfoPath form with two views. The user enters about 15-20
entries to each view offline - and each view captures a lot of data
elements. I avoided the "Repeater section" because 20 entries of
multiple data elements could lead to a conjested screen, becomes hard
to search and edit information. Instead I chose to create two typed
datasets ( the xsd(s) were derivates of the original infopath form
schema and saved the form data into the typed dataset and then used the
"SaveAsXml" method to persist the form elements.
Give this scenario, I have two questions
a) What other methods are available to persist the data on the local
hdd.
b) I need to submit the all the entries to a web service which would
then submit each form programmatically to a WSS Forms Library. My
InfoPath form is published on a WSS Site. Do I have to recreate the
original infopath schema and send it to the web service to be added to
Forms Library?
Thanks in advance,
Chris