Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. XMLCreator

    retrieve a list item value than add plus or minus 1 to the value next update the field w/ new value

    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...
  2. XMLCreator

    XPathNodeIterator move.next method is not looping through each single value???

    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
  3. XMLCreator

    XPathNodeIterator move.next method is not looping through each single value???

    <?xml version="1.0" encoding="UTF-8"?><?mso-infoPathSolution solutionVersion="1.0.0.27" productVersion="14.0.0" PIVersion="1.0.0.0" href="file:///C:\Users\spadmin\AppData\Local\Microsoft\InfoPath\Designer3\c599af3827794388\manifest.xsf" ?><?mso-application progid="InfoPath.Document"...
  4. XMLCreator

    XPathNodeIterator move.next method is not looping through each single value???

    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 =...
  5. XMLCreator

    XPathNodeIterator move.next method is not looping through each single value???

    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)...
  6. XMLCreator

    XPathNodeIterator move.next method is not looping through each single value???

    //update list item string siteUrl = http://sp-app/dev; ClientContext clientContext = new ClientContext(siteUrl); list oList = clientContext.Web.Lists.GetByTitle("Item Inventory"); PathNavigator root = MainDataSource.CreateNavigator(); XPathNodeIterator iter =...

Part and Inventory Search

Back
Top