<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : DataForm Lookup Fields</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : DataForm Lookup Fields</description>
  <pubDate>Tue, 28 Apr 2026 20:39:41 -700</pubDate>
  <lastBuildDate>Tue, 29 Sep 2009 13:10:29 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1199</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>DataForm Lookup Fields : Greg, yeah, I&amp;#039;m definitely...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5527#5527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=582" rel="nofollow">pholloway</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 29-Sep-2009 at 1:10pm<br /><br /><P>Greg, yeah, I'm definitely looking for "safest and easiest" at this point. Coming from a background of using stored procedures to do the heavy lifting, that model makes the most conceptual sense to me. Thanks!</P><DIV></DIV>]]>
   </description>
   <pubDate>Tue, 29 Sep 2009 13:10:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5527#5527</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields :   Originally posted by phollowayif...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5524#5524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 29-Sep-2009 at 12:54pm<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by pholloway</strong></em><br /><br /><br>if you wanted to persist&nbsp;a changed Order record, is it a simple matter of calling Save against the entity manager -- in other words, is the&nbsp;FK relationship with Customer handled automagically, or do we need to do some extra stuff first? <div></div><div></div></td></tr></table><br><br>That's all under your control. The safest -- and easiest -- thing to do is always to save all changes in your cache (orders, order line items, customers, products, everything) at the same time. That way, you don't accidentally save just part of a conceptual entity that spans more than one entity type (like an Order and its line items) and thus get data integrity issues.<br><br>On the other hand, there are use cases for saving only part of the cache, from a single entity on up, and you have the mechanisms to control exactly what gets submitted for a save. Under those circumstances, you have to take responsibility yourself to ensure that you don't create data integrity problems.<br>]]>
   </description>
   <pubDate>Tue, 29 Sep 2009 12:54:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5524#5524</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : Thanks Greg, this is helpful....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5523#5523</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=582" rel="nofollow">pholloway</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 29-Sep-2009 at 10:43am<br /><br />Thanks Greg, this is helpful. I see that you are loading Customer records into an ObservableCollection of Customers and binding that to the combobox. Now if you wanted to persist&nbsp;a changed Order record, is it a simple matter of calling Save against the entity manager -- in other words, is the&nbsp;FK relationship with Customer handled automagically, or do we need to do some extra stuff first? <DIV></DIV><DIV></DIV>Thanks again.]]>
   </description>
   <pubDate>Tue, 29 Sep 2009 10:43:41 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5523#5523</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : I wired up a ComboBox in the DataGrid...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5484#5484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 25-Sep-2009 at 1:52pm<br /><br />I wired up a ComboBox in the DataGrid in MainFormIntermediate in the solution for the FourSimpleSteps tutorial. It's bound to an Order's Customer, and displays the complete list of Customers to choose from.<br><br>The ComboBox there is just an ordinary one, used inside a DataEditingTemplate within the DataGrid column, so I believe the wiring would be similar used in a DataForm, or stand-alone.<br>]]>
   </description>
   <pubDate>Fri, 25 Sep 2009 13:52:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5484#5484</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : Not using a dataform --  What...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5433#5433</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=582" rel="nofollow">pholloway</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 18-Sep-2009 at 3:08pm<br /><br /><U>Not</U> using a dataform --<DIV>&nbsp;</DIV><DIV>What is the best quick way to&nbsp;make a Silverlight combo box do something actually useful - like display items from a lookup table, set the selected item to be the value associated with a customer record, and save the selected item's value back to the DB, for example? </DIV><DIV>&nbsp;</DIV><DIV>Surely there is an easy way to do this? </DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 18 Sep 2009 15:08:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5433#5433</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : @antalakas - Agreed. It will be...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5238#5238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 25-Aug-2009 at 2:32am<br /><br />@antalakas - Agreed. It will be in the next release of ME and PE (PrismExplorer) ... which will coincide with our DevForce 5.2.2 release coming up next week.]]>
   </description>
   <pubDate>Tue, 25 Aug 2009 02:32:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5238#5238</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : Ward, thank you for your attention....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5237#5237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=56" rel="nofollow">antalakas</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 25-Aug-2009 at 1:39am<br /><br />Ward, thank you for your attention. I noticed this article last night after returning for vacation and i think it would be great to include DataContextProxy class in PRISM explorer.<br /><br />A]]>
   </description>
   <pubDate>Tue, 25 Aug 2009 01:39:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5237#5237</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : It&amp;#039;s coming. It&amp;#039;s not...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5235#5235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 24-Aug-2009 at 2:52pm<br /><br /><P>It's coming. It's not a DevForce problem per se; more of a Silverlight WTF. But we'll be giving some guidance.</P><DIV>Meanwhile, for inspiration look at Explorer.FormViewModelHolder in ModelExplorer and PrismExplorer. It addresses the same problem of needing access to the ViewModel of an outer control when you're inside a nested control and something changed the DataContext on the way through those control layers.</DIV><DIV>&nbsp;</DIV><DIV>Dan Wahlin had an improved approach to the one cited earlier; read about it here <FONT color=#008000 size=2><FONT color=#008000 size=2><a href="http://weblogs.asp.net/dwahlin/archive/2009/08/20/creating-a-silverlight-datac&#111;ntext-proxy-to-simplify-data-binding-in-nested-c&#111;ntrols.aspx" target="_blank">http://weblogs.asp.net/dwahlin/archive/2009/08/20/creating-a-silverlight-datacontext-proxy-to-simplify-data-binding-in-nested-controls.aspx</A></FONT></FONT> which deals specifically with your ComboBox issue.</DIV><DIV>&nbsp;</DIV><DIV>The next version of FormViewModelHolder will inherit from Dan's DataContextProxy, eliminating some of my hook up code.</DIV>]]>
   </description>
   <pubDate>Mon, 24 Aug 2009 14:52:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5235#5235</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : I&amp;#039;m also looking for a clear...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5127#5127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=470" rel="nofollow">bigfish</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 06-Aug-2009 at 5:58pm<br /><br /><P>I'm also looking for a clear example on how to do this please.</P>]]>
   </description>
   <pubDate>Thu, 06 Aug 2009 17:58:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=5127#5127</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : Thank you Sir!  </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4353#4353</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=425" rel="nofollow">BenHayat</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 08-Apr-2009 at 1:14pm<br /><br />Thank you Sir!]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 13:14:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4353#4353</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : It&amp;#039;s on our list now. Thanks! ...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4352#4352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 08-Apr-2009 at 12:24pm<br /><br /><P>It's on our list now.&nbsp; Thanks!</P><DIV></DIV>]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 12:24:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4352#4352</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : I&amp;#039;ll add my vote to add some...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4314#4314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=425" rel="nofollow">BenHayat</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 06-Apr-2009 at 7:13am<br /><br />I'll add my vote to add some sample how to populate combobox at runtime with DevForce!<br>Thanks!<br>]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 07:13:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4314#4314</guid>
  </item> 
  <item>
   <title>DataForm Lookup Fields : Is it possible to use a Dataformwith...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4309#4309</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=56" rel="nofollow">antalakas</a><br /><strong>Subject:</strong> 1199<br /><strong>Posted:</strong> 05-Apr-2009 at 4:31pm<br /><br /><P>Is it possible to use a Dataform&nbsp;with Devforce SL and create look-up comboboxes in the dataform?</P><DIV></DIV>I need a similar functionality like the one described here: <DIV>&nbsp;</DIV><DIV><a href="http://www.microapplicati&#111;ns.com/blog/archive/2009/03/19/327.aspx" target="_blank">http://www.microapplications.com/blog/archive/2009/03/19/327.aspx</A></DIV><DIV>&nbsp;</DIV><DIV>Thank you</DIV><span style="font-size:10px"><br /><br />Edited by antalakas - 05-Apr-2009 at 4:33pm</span>]]>
   </description>
   <pubDate>Sun, 05 Apr 2009 16:31:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1199&amp;PID=4309#4309</guid>
  </item> 
 </channel>
</rss>