I am trying retrieve a list item value based on a selection in a multiselection box than add plus or minus 1 to the value than update the field with the new value.
My code works fine by updating the field to a new value where the users selects in the multiselection box. My problem is retieving...
I have about 40 checkboxes. That would be to many if statements. what other code do you need? Can you help me revise this to use For Each statement loop. instead of iter.movenext. Thats another way it may work
I understand that much PDMAdmin. That what i said by the value is nothing. When I use this XPathNodeIterator iter = listBox.Select("/my:myFields/my:group1/my:field3", NamespaceManager);
, I get nothing for the value.
When I use this XPathNodeIterator iter =...
i tried. that gives me another error
//create a xPathnav
XPathNavigator listBox = MainDataSource.CreateNavigator();
//create a xPathIterator
XPathNodeIterator iter = listBox.Select("/my:myFields/my:group1/my:field3", NamespaceManager)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.