<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>General</title><link>https://www.infopathdev.com:443/forums/41.aspx</link><description>If you're not sure where to ask your question, ask it here. If necessary, our moderators will make sure it gets classified in the correct board.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Can't get Pop Fields after Select to work</title><link>https://www.infopathdev.com:443/forums/thread/18737.aspx</link><pubDate>Wed, 28 Sep 2005 15:18:08 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:18737</guid><dc:creator>Agni Jonnalagadda</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/18737.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=18737</wfw:commentRss><description>He might have downloaded from&lt;a target="_blank" href=http://www.infopathdev.com/downloads/free/default.aspx&gt;http://www.infopathdev.com/downloads/free/default.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Agni&lt;br /&gt;InfoPath Dev India</description></item><item><title>Re: Can't get Pop Fields after Select to work</title><link>https://www.infopathdev.com:443/forums/thread/18736.aspx</link><pubDate>Mon, 26 Sep 2005 09:17:47 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:18736</guid><dc:creator>davehook</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/18736.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=18736</wfw:commentRss><description>Hi,&lt;br /&gt;Can you tell me where i can get the example that you downloaded, I am having problems in this area and would be nice to have a working example to learn from.&lt;br /&gt;Thanks&lt;br /&gt;</description></item><item><title>Re: Can't get Pop Fields after Select to work</title><link>https://www.infopathdev.com:443/forums/thread/18735.aspx</link><pubDate>Fri, 20 Aug 2004 12:37:39 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:18735</guid><dc:creator>rpalnik</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/18735.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=18735</wfw:commentRss><description>That worked perfectly - thanks.&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Re: Can't get Pop Fields after Select to work</title><link>https://www.infopathdev.com:443/forums/thread/18734.aspx</link><pubDate>Wed, 18 Aug 2004 21:29:10 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:18734</guid><dc:creator>Greg Collins</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/18734.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=18734</wfw:commentRss><description>The XPath you are missing is coming from the Filter. When you are selecting your field, there is a button at the bottom of the dialog box, named Filter. You select the field, click filter, and that's where the other XPath comes in.&lt;br /&gt;&lt;br /&gt;Greg Collins [InfoPath MVP]</description></item><item><title>Can't get Pop Fields after Select to work</title><link>https://www.infopathdev.com:443/forums/thread/18713.aspx</link><pubDate>Mon, 16 Aug 2004 17:23:18 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:18713</guid><dc:creator>rpalnik</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/18713.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=41&amp;PostID=18713</wfw:commentRss><description>I downloaded the example of populating fields after selection to see how that technique worked.&lt;br /&gt;&lt;br /&gt;After a bit, I discovered that you set rules for the dropdown box:&lt;br /&gt;&lt;br /&gt;Set a fields value&lt;br /&gt;&lt;br /&gt;Field Name&lt;br /&gt;&lt;br /&gt;SQLField[@ContactName=@Name]&lt;br /&gt;&lt;br /&gt;OK, looks simple enough for even me to do!&lt;br /&gt;&lt;br /&gt;But it doesn't work for me...&lt;br /&gt;&lt;br /&gt;So I went back to you sample form, and deleted a rule and tried to recreate it.&lt;br /&gt;&lt;br /&gt;The old rule: @CustomerID[@ContactName=@Name]&lt;br /&gt;&lt;br /&gt;The new rule: @CustomerID[@ContactName=@Name]&lt;br /&gt;&lt;br /&gt;Should be the same, but the old one works and the new one doesn't.  I looked at the XPath, and it's different:&lt;br /&gt;&lt;br /&gt;Old Rule:&lt;br /&gt;&lt;br /&gt;xdXDocument:GetDOM("Customers")/dfs:myFields/dfs:dataFields/d:Customers/@CustomerID[../@ContactName = xdXDocument:get-DOM()/my:myFields/my:Customer/@my:Name]&lt;br /&gt;&lt;br /&gt;New Rule:&lt;br /&gt;&lt;br /&gt;xdXDocument:GetDOM("Customers")/dfs:myFields/dfs:dataFields/d:Customers/@CustomerID[xdXDocument:GetDOM("Customers")/dfs:myFields/dfs:dataFields/d:Customers/@ContactName = @Name]&lt;br /&gt;&lt;br /&gt;Do you have to write the write the XPath by hand?  I used the insert field selector create the formula.&lt;br /&gt;&lt;br /&gt;Any help would be appreciated!</description></item></channel></rss>