I am trying to clear the data out of one section of my DOM when I submit.
Letting InfoPath, through the Submit options, create a new blank form causes
ALL the data in my main DOM to be wiped out.
What can I do to just clear out SOME of the data?
I'm looking for something similar to the removeAll functionality for
removing nodes but I want to remove the DATA in the DOM NOT the nodes.
Thanks!
Greg Collins [MVP] - 28 Aug 2004 02:35 GMT
I think you'll need to write code that steps through and clears values.
Does anyone know of an easier way?

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
I am trying to clear the data out of one section of my DOM when I submit.
Letting InfoPath, through the Submit options, create a new blank form causes
ALL the data in my main DOM to be wiped out.
What can I do to just clear out SOME of the data?
I'm looking for something similar to the removeAll functionality for
removing nodes but I want to remove the DATA in the DOM NOT the nodes.
Thanks!