<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/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>Ben Walters InfoPath MVP - All Comments</title><link>http://msmvps.com/blogs/benwalters/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: Update</title><link>http://msmvps.com/blogs/benwalters/archive/2008/10/06/update.aspx#1649851</link><pubDate>Mon, 06 Oct 2008 08:41:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1649851</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Good Luck with the new role Ben.&lt;/p&gt;
&lt;p&gt;Ping me a text message when the little un arrives. &amp;nbsp;:)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1649851" width="1" height="1"&gt;</description></item><item><title>re: Filtered Drop Down Lists 101</title><link>http://msmvps.com/blogs/benwalters/archive/2007/08/05/filtered-drop-down-lists-101.aspx#1648825</link><pubDate>Wed, 24 Sep 2008 23:29:38 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1648825</guid><dc:creator>Ben Walters</dc:creator><description>&lt;p&gt;Lori&lt;/p&gt;
&lt;p&gt;The principal is still the same, however rather than filtering the results in a web service you will need to add code to the form to do the filtering for you. &lt;/p&gt;
&lt;p&gt;If you have a large result set potentially comming back it might be best to use a Web Service as an intemediate step to reduce the data being returned.&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1648825" width="1" height="1"&gt;</description></item><item><title>re: Filtered Drop Down Lists 101</title><link>http://msmvps.com/blogs/benwalters/archive/2007/08/05/filtered-drop-down-lists-101.aspx#1648797</link><pubDate>Wed, 24 Sep 2008 17:49:52 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1648797</guid><dc:creator>Lori</dc:creator><description>&lt;p&gt;Does anyone know how to filter a drop down list when the data is coming from a secondary source? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1648797" width="1" height="1"&gt;</description></item><item><title>re: Missing Virtual PC Console</title><link>http://msmvps.com/blogs/benwalters/archive/2007/09/04/missing-virtual-pc-console.aspx#1647138</link><pubDate>Mon, 08 Sep 2008 14:42:49 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1647138</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;As Mike said, my x64 Vista had them located at &amp;quot;c:\users\&amp;lt;logon name&amp;gt;\AppData\Roaming\Microsoft\Virtual PC&amp;quot;. &amp;nbsp;This had been plaguing me for some time and this fixed it in 2 minutes. &amp;nbsp; Wished I would have looked for a solution earlier.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647138" width="1" height="1"&gt;</description></item><item><title>re: Filtered Drop Down Lists 101</title><link>http://msmvps.com/blogs/benwalters/archive/2007/08/05/filtered-drop-down-lists-101.aspx#1641857</link><pubDate>Wed, 23 Jul 2008 09:00:10 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1641857</guid><dc:creator>Ben Walters</dc:creator><description>&lt;p&gt;Hey Patrice,&lt;/p&gt;
&lt;p&gt;The best way to clear your previously selected options, is to use a rule on your drop down list that when fired clears any cascading drop down lists.&lt;/p&gt;
&lt;p&gt;If you need more details on how to this feel free to let me know&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1641857" width="1" height="1"&gt;</description></item><item><title>re: Filtered Drop Down Lists 101</title><link>http://msmvps.com/blogs/benwalters/archive/2007/08/05/filtered-drop-down-lists-101.aspx#1641856</link><pubDate>Wed, 23 Jul 2008 08:58:39 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1641856</guid><dc:creator>Ben Walters</dc:creator><description>&lt;p&gt;Hey Jon, &lt;/p&gt;
&lt;p&gt;InfoPath 2003 doesn&amp;#39;t provide the &amp;quot;Display only Unique entries&amp;quot; feature. With this in mind you will need to structure your data similar to the following&lt;/p&gt;
&lt;p&gt;&amp;lt;CarList&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;Makes&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Make&amp;gt;Holden&amp;lt;/Make&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Make&amp;gt;Ford&amp;lt;/Make&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Make&amp;gt;Porche&amp;lt;/Make&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/Makes&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;Models&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Model make=&amp;quot;Ford&amp;quot;&amp;gt;XR6&amp;lt;Model&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Model make=&amp;quot;Ford&amp;quot;&amp;gt;XR8&amp;lt;Model&amp;gt;	&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Model make=&amp;quot;Ford&amp;quot;&amp;gt;Focus&amp;lt;Model&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Model make=&amp;quot;Porche&amp;quot;&amp;gt;Boxter&amp;lt;Model&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Model make=&amp;quot;Holden&amp;quot;&amp;gt;Astra&amp;lt;Model&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/Models&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;Colors&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Color make=&amp;quot;Ford&amp;quot; model=&amp;quot;XR6&amp;quot;&amp;gt;Red&amp;lt;/Color&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Color make=&amp;quot;Ford&amp;quot; model=&amp;quot;XR6&amp;quot;&amp;gt;Blue&amp;lt;/Color&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Color make=&amp;quot;Holden&amp;quot; model=&amp;quot;Astra&amp;quot;&amp;gt;Silver&amp;lt;/Color&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Color make=&amp;quot;Porche&amp;quot; model=&amp;quot;Boxter&amp;quot;&amp;gt;Black&amp;lt;/Color&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/Colors&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/CarList&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1641856" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1641531</link><pubDate>Sun, 20 Jul 2008 12:10:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1641531</guid><dc:creator>Liam</dc:creator><description>&lt;p&gt;FreeSMTP is a handy tool, however it only allows you to send a maximum of 10 emails per day :(&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1641531" width="1" height="1"&gt;</description></item><item><title>re: Filtered Drop Down Lists 101</title><link>http://msmvps.com/blogs/benwalters/archive/2007/08/05/filtered-drop-down-lists-101.aspx#1641157</link><pubDate>Thu, 17 Jul 2008 00:31:17 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1641157</guid><dc:creator>Patrice</dc:creator><description>&lt;p&gt;A problem here is that when a value is changed in a dropdown it doesn&amp;#39;t remove (or clear) the options selected in the other boxes that are not values associated with the new value selected. &amp;nbsp;So you would have to somehow clear the lists when values are changed. &amp;nbsp;Or am I missing something here?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1641157" width="1" height="1"&gt;</description></item><item><title>re: Filtered Drop Down Lists 101</title><link>http://msmvps.com/blogs/benwalters/archive/2007/08/05/filtered-drop-down-lists-101.aspx#1640975</link><pubDate>Tue, 15 Jul 2008 21:08:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1640975</guid><dc:creator>Jon Taylor</dc:creator><description>&lt;p&gt;Can you be a bit more specific with the data structure required for InfoPath2003? You mention it with the unique name feature that&amp;#39;s not available. I was able to get the first pull down to take unique names, but then I get all choices in the second field. I&amp;#39;ve tried filter make = make focusing on changing the left side object. I haven&amp;#39;t found any combination (main or secondary) that works.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1640975" width="1" height="1"&gt;</description></item><item><title>re: Filtered Drop Down Lists 101 Part 2</title><link>http://msmvps.com/blogs/benwalters/archive/2008/02/26/filtered-drop-down-lists-101-part-2.aspx#1640949</link><pubDate>Tue, 15 Jul 2008 19:23:30 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1640949</guid><dc:creator>Lalitha</dc:creator><description>&lt;p&gt;This is a great post. Could you please post the code required for dropdownlists changed events &amp;nbsp;and the infopath form template?Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1640949" width="1" height="1"&gt;</description></item><item><title>re: Web Service Studio</title><link>http://msmvps.com/blogs/benwalters/archive/2008/03/12/web-service-studio.aspx#1581362</link><pubDate>Thu, 10 Apr 2008 16:26:19 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1581362</guid><dc:creator>Antonio García Fuentes</dc:creator><description>&lt;p&gt;Web Service Studio&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1581362" width="1" height="1"&gt;</description></item><item><title>re: SharePoint Server 2007 Anonymous Access Gotcha!</title><link>http://msmvps.com/blogs/benwalters/archive/2008/04/03/sharepoint-server-2007-anonymous-access-gotcha.aspx#1578746</link><pubDate>Wed, 09 Apr 2008 01:16:12 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1578746</guid><dc:creator>Tim Wragg</dc:creator><description>&lt;p&gt;Hey Benny, good post but are you sure you can&amp;#39;t have Windows auth with FBA?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve rolled it out several times and always kept Windows auth on with DB with the FBA front end.&lt;/p&gt;
&lt;p&gt;I believe Sharepoint doesnt really &amp;#39;passthrough&amp;#39; the users login to access the content DB - MS only say that for the licensing :)&lt;/p&gt;
&lt;p&gt;- Once your done with your demo you can present it at MOSSIG :).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1578746" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1569623</link><pubDate>Thu, 03 Apr 2008 15:46:31 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1569623</guid><dc:creator>Miltiades</dc:creator><description>&lt;p&gt;Nice...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1569623" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1569224</link><pubDate>Thu, 03 Apr 2008 13:04:01 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1569224</guid><dc:creator>Milos</dc:creator><description>&lt;p&gt;Nice...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1569224" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1569123</link><pubDate>Thu, 03 Apr 2008 12:15:22 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1569123</guid><dc:creator>Evangelos</dc:creator><description>&lt;p&gt;Nice!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1569123" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1568630</link><pubDate>Thu, 03 Apr 2008 06:40:21 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1568630</guid><dc:creator>Isaakios</dc:creator><description>&lt;p&gt;Cool.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1568630" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1568352</link><pubDate>Thu, 03 Apr 2008 03:06:44 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1568352</guid><dc:creator>Stamatis</dc:creator><description>&lt;p&gt;Nice&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1568352" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1567859</link><pubDate>Wed, 02 Apr 2008 20:21:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1567859</guid><dc:creator>Nikodemos</dc:creator><description>&lt;p&gt;Nice...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1567859" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1567249</link><pubDate>Wed, 02 Apr 2008 13:38:07 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1567249</guid><dc:creator>Leontios</dc:creator><description>&lt;p&gt;Nice&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1567249" width="1" height="1"&gt;</description></item><item><title>re: Can't find your SMTP server in Vista?</title><link>http://msmvps.com/blogs/benwalters/archive/2007/07/04/can-t-find-your-smtp-server-in-vista.aspx#1567113</link><pubDate>Wed, 02 Apr 2008 12:17:53 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1567113</guid><dc:creator>Samaras</dc:creator><description>&lt;p&gt;Nice...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1567113" width="1" height="1"&gt;</description></item></channel></rss>