Hi Patrick,
Thanks for you reply
Yes That is what I'd like to do, but I'm new to jscript. There is data from two tables on the form, and I was hoping there was a simple way without having to clear each field individually. I tried the code below, tho it didn't seem right, hoping the error msg would give more clues:
var objXMLNode;
objXMLNode = XDocument.DOM.selectSingleNode("//dfs:myFields/dfs:dataFields/d:tblRequests/@ReqID");
XDocument.View.SelectNodes(objXMLNode);
error message is:
"Either the combination of values for the View.SelectNodes call is an invalid selection, or the values are not defined for this view, defined for this view more than once, or not selectable in the view."
Thanks again