T
Troy Zirk
I have not changed any of the defaults (e.g. - namespaces, code, etc.) in a
new form. i added a dropdown and renamed it "Branch" (case correct). i added
a button which, when clicked, tries to run this code:
var nodes = XDocument.DOM.selectSingleNode("/my:myFields/my:Branch");
for some reason this returns null. any ideas?
Troy
new form. i added a dropdown and renamed it "Branch" (case correct). i added
a button which, when clicked, tries to run this code:
var nodes = XDocument.DOM.selectSingleNode("/my:myFields/my:Branch");
for some reason this returns null. any ideas?
Troy