Use our Google Custom Search for best site search results.
Search
-
I removed the rules from the button and added:
xdXDocument:GetDOM(''VesselDesc'')/dfs:myFields/dfs:dataFields/d:VesselDesc/@Name[../@VesselDescID = current()/../@VesselDescID]
to the text box value property and it works fine.
Brian
-
Hello,
I trying to do the following:
I have a repeating table. Each row has a button. When that button is clicked I want to populate a text box with the value in a drop down list that is in the chosen row. The drop down list is populated from a secondary database source. Here is the rule I have for the ...