Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 1 (4 items)
  • Re: XPath Query Syntax???

    P.S. What I have working so far. Not sure it's optimal but to go to the first record, the following syntax appears to work. xdXDocument:GetDOM(''Trips'')/dfs:myFields/dfs:dataFields/d:Trips[preceding::node()]/@TripID To go to the last, the following works: xdXDocument:GetDOM(''Trips'')/dfs:myFields/dfs:dataFields/d:Trips[last()]/@TripID Ok, ...
    Posted to Code (Forum) by kfrost on 06-18-2005
  • Re: XPath Query Syntax???

    Thank you but I understand the concept of moving back and forth through using preceding and following. The question is the correct xpath syntax in a Rule to accomplish this.
    Posted to Code (Forum) by kfrost on 06-18-2005
  • XPath Query Syntax???

    Hello, I'm rephrasing a previous post due to no response. I'm trying to figure out the xpath syntax to get the values from preceding-sibling and Following-siblings Say I have a data connection and each set of records returned has a TripID field. I want to assign a variable the value of the TripID of the preceding-Sibling or ...
    Posted to Code (Forum) by kfrost on 06-16-2005
  • Implementing First, Previous, Next and Last functi

    I've got a form with several forms. 2 in particular that I'm trying to work with right now. The main view has a repeating table which is bound to a secondary data connection. It connects to a database and brings in a table called Trips. I have a button column on the left of the table so if a user wants to see more details about the trip, they ...
    Posted to Code (Forum) by kfrost on 06-15-2005
Page 1 of 1 (4 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.