<?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 : [SOLVED] ListConverterServiceBase Method</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : [SOLVED] ListConverterServiceBase Method</description>
  <pubDate>Mon, 13 Apr 2026 16:14:19 -700</pubDate>
  <lastBuildDate>Wed, 24 Oct 2007 18:01:30 -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=514</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>[SOLVED] ListConverterServiceBase Method : I did get the same behavior on...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1773#1773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 24-Oct-2007 at 6:01pm<br /><br />I did get the same behavior on the .NET controls.&nbsp; The DevEx LookUpEdit control works like a charm.&nbsp; I am systematically replacing all .NET controls with DevEx controls (grids, toolbars, textboxes, etc.).&nbsp; By the way, I just got a license for the controls.<DIV>&nbsp;</DIV><DIV>Also, I am using the two-stage approach to the ListConverters (per Cabana examples).&nbsp; One ListConverter is for the master list designed to display the proper string.&nbsp; The second ListConverter is a copy of the first but is designed for the primary index of the entity.&nbsp; When I add a LookUpEdit, I am binding it to the foreign key field, not the related entity list.&nbsp; So far, this is working nicely for me (although, I have not dug into how this two-stage approach works).</DIV><DIV>&nbsp;</DIV><DIV>Is anything that I said different than what you are doing?</DIV><DIV>&nbsp;</DIV><DIV>Bill</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 18:01:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1773#1773</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Bill,   I have been doing your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1772#1772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 24-Oct-2007 at 1:51pm<br /><br />Bill, <DIV>&nbsp;</DIV><DIV>I have been doing your (3) example. Letting the presenter control the information. The problem is that I, on occassion, don't get the correct response. For example the combo box will fill with the data needed but it will not bind the current item to it. </DIV><DIV>&nbsp;</DIV><DIV>Or you can select an item in the box but it never holds. As soon as you leave the box it goes back to being blank. The value is usually set correctly but it will not keep the current selection in the box.</DIV><DIV>&nbsp;</DIV><DIV>Do you know why this could be happening.</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 13:51:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1772#1772</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : I am pondering the first approach....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1754#1754</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 3:11pm<br /><br />I am pondering the first approach.&nbsp; #2 will definitely need to be considered as I lay this out.<DIV>&nbsp;</DIV><DIV>#3 didn't seem to work, unless I wasn't doing something correctly.&nbsp; The problem with the&nbsp;this approach was that the list would not synch with the parent entity.&nbsp; I would have a filled list with the proper filtered data, but it would always default to none selected.&nbsp; Somehow the reassigning of the binding source corrupted the original controlbindingmanager.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for the additional tips!</DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 15:11:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1754#1754</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Great. Glad to hear it&amp;#039;s...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1753#1753</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 3:04pm<br /><br /><P>Great.&nbsp; Glad to hear it's working.&nbsp; There are a few structural issues to consider:</P><P>1.&nbsp; Currently, the ListConverterService knows about the event topic and holds the member variables used by the predicate.&nbsp; It might be better to create a custom ListConverter class ("SynchronizedCustomerListConverter") that inherits from EntityListConverter&lt;Customer&gt;.&nbsp; It could add the ListManager (perhaps using a generic method in the ListConverterService) but retain the member variables, predicate and subscribe to the event topic.</P><DIV>2.&nbsp; Since there is actually only one "SynchronizedCustomerListConverter", all views that use it will be synchronized to the same customer index published by the SalesOrderCustomerChange event.&nbsp; This presumes there is one master selected customer for the entire application.&nbsp; If you needed to edit sales orders for two different customers simultaneously (in popup windows for example) this mechanism would break down.</DIV><DIV>&nbsp;</DIV><DIV>3.&nbsp; An alternative is to not use the ListConverterService at all, but let the presenter of the view containing the customer combo box create it and supply it to the view.&nbsp; The presenter could then learn of the binding source holding the current customer (from its view context) and subscribe to its CurrentChanged event.&nbsp; When the current customer changed, it would refresh the list, either using the predicate mechanism or by re-querying and assigning to the binding source.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 15:04:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1753#1753</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : I cast it back in the EventSubscription....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1751#1751</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 1:16pm<br /><br /><DIV>I cast it back in the EventSubscription.&nbsp; I was trying to do it elsewhere.</DIV><DIV>&nbsp;</DIV><DIV>Here is my adjusted code that works... </DIV><DIV><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> AddListManager_FilteredList&lt;T&gt;(</FONT><FONT color=#2b91af size=2>EntityListConverter</FONT><FONT size=2>&lt;T&gt; pListConverter, </FONT><FONT color=#2b91af size=2>EntityColumn</FONT><FONT size=2> pColumn) </FONT><FONT color=#0000ff size=2>where</FONT><FONT size=2> T : </FONT><FONT color=#2b91af size=2>Entity</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mColumn = pColumn;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityList</FONT>&lt;T&gt; aList = (<FONT color=#2b91af>EntityList</FONT>&lt;T&gt;)pListConverter.ListSource.List;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt; listManager = <FONT color=#0000ff>new</FONT> <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt;</FONT><FONT size=2></FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (pListConverter.EntityManager.PersistenceManager,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IsExistingEntity,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>null</FONT>);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; aList.ListManager = listManager;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mListManager = aList.ListManager;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#0000ff>bool</FONT> IsExistingEntity&lt;T&gt;(T pEntity) <FONT color=#0000ff>where</FONT> T : <FONT color=#2b91af>Entity</FONT></FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; </FONT><FONT color=#008000></FONT><FONT size=2><FONT color=#0000ff>if</FONT> (mCustIndex == (<FONT color=#0000ff>int</FONT>)pEntity.GetColumnValue(</FONT><FONT size=2>mColumn.ColumnName)) { <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>true</FONT>; };</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>false</FONT>;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>&#091;<FONT color=#2b91af>EventSubscription</FONT>(<FONT color=#2b91af>EventTopicNames</FONT>.SalesOrderCustomerChange)&#093;</FONT><FONT size=2><FONT color=#0000ff></FONT></FONT></DIV><DIV><FONT size=2><FONT color=#0000ff>public</FONT> <FONT color=#0000ff>void</FONT> OnChangeCustomer(<FONT color=#0000ff>object</FONT> sender, <FONT color=#2b91af>DataEventArgs</FONT>&lt;<FONT color=#0000ff>int</FONT>&gt; e)</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mCustIndex = e.Data;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityListManager</FONT>&lt;<FONT color=#2b91af>AddressMaster</FONT>&gt; mBillToListManager = <FONT color=#2b91af>EntityListManager</FONT>&lt;<FONT color=#2b91af>AddressMaster</FONT>&gt;)mListManager;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mBillToListManager.RefreshAllLists();</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#2b91af>IListManager</FONT> mListManager;</FONT></DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#0000ff>int</FONT> mCustIndex = 0;</FONT></DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#2b91af>EntityColumn</FONT> mColumn;</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Bill...thanks for all of your help on this.&nbsp; Now, that I have gotten it working, I will try to separate the functionality a bit more so that I can reuse the code for other entity lists.&nbsp; For now, I am glad that it works.</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 13:16:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1751#1751</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Why? You created it here:   protected...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1750#1750</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 1:10pm<br /><br />Why?&nbsp; You created it here:<DIV>&nbsp;</DIV><DIV><DIV><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> AddListManager_FilteredList&lt;T&gt;(</FONT><FONT color=#2b91af size=2>EntityListConverter</FONT><FONT size=2>&lt;T&gt; pListConverter, </FONT><FONT color=#2b91af size=2>EntityColumn</FONT><FONT size=2> pColumn) </FONT><FONT color=#0000ff size=2>where</FONT><FONT size=2> T : </FONT><FONT color=#2b91af size=2>Entity</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mColumn = pColumn;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityList</FONT>&lt;T&gt; aList = (<FONT color=#2b91af>EntityList</FONT>&lt;T&gt;)pListConverter.ListSource.List;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt; listManager = <FONT color=#0000ff>new</FONT> <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (pListConverter.EntityManager.PersistenceManager,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IsExistingEntity,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>null</FONT>);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; aList.ListManager = listManager;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Can't you just cast it back to an EntityListManager&lt;yourtype&gt;.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 13:10:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1750#1750</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : The aList.ListManager is an implementation...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1749#1749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 12:12pm<br /><br />The aList.ListManager is an implementation IListManager.&nbsp; The EntityListManager&lt;T&gt; has the RefreshAllLists method.&nbsp; Looks like I would have to sacrifice generics in order to make this work, since I need an EntityListManager object to do the work.&nbsp; Right?]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 12:12:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1749#1749</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : ResetBindings may not do the job....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1748#1748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 11:25am<br /><br /><P>ResetBindings may not do the job.&nbsp; Try</P><DIV><FONT size=2><FONT color=#2b91af>EntityList</FONT>&lt;T&gt; aList = (<FONT color=#2b91af>EntityList</FONT>&lt;T&gt;)pListConverter.ListSource.List;</FONT></DIV><FONT size=2><FONT size=2><P></FONT><FONT color=#008080 size=2>EntityListManager</FONT><FONT size=2>&lt;T&gt; listManager = (EntityListManager&lt;T&gt;)aList.ListManager;</P><DIV>listManager.RefreshAllLists();</DIV><DIV>&nbsp;</DIV><DIV>Moreover, since there is only one ListConverter with these filtering conditions (and hence only one ListManager), you could keep&nbsp;the ListManager&nbsp;around in the ListConverterService (in a&nbsp;mListManager member along with mCustIndex and mColumn),&nbsp; then put</DIV><DIV>&nbsp;</DIV><DIV>mListManager.RefreshAllLists() </DIV><DIV>&nbsp;</DIV><DIV>in the event&nbsp;hander in the service.&nbsp; Then you don't need the event handler in your view.</DIV><DIV>&nbsp;</DIV><DIV>There are other factoring and coupling&nbsp;considerations, but we'll discuss those later.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV><DIV></FONT></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 11:25:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1748#1748</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Let me summarize a little:  In...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1746#1746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 10:17am<br /><br />Let me summarize a little:<DIV>&nbsp;</DIV><DIV>In an attempt to understand the AddListManager_KeepExistingEntitiesOnly(converter) method in ListConverterServiceBase, I embarked on a journey to see if a filter could be applied using a similar approach.&nbsp; I added the following code to the ListConverterService in the Foundation module:</DIV><DIV><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> AddListManager_FilteredList&lt;T&gt;(</FONT><FONT color=#2b91af size=2>EntityListConverter</FONT><FONT size=2>&lt;T&gt; pListConverter, </FONT><FONT color=#2b91af size=2>EntityColumn</FONT><FONT size=2> pColumn) </FONT><FONT color=#0000ff size=2>where</FONT><FONT size=2> T : </FONT><FONT color=#2b91af size=2>Entity</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mColumn = pColumn;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityList</FONT>&lt;T&gt; aList = (<FONT color=#2b91af>EntityList</FONT>&lt;T&gt;)pListConverter.ListSource.List;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt; listManager = <FONT color=#0000ff>new</FONT> <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (pListConverter.EntityManager.PersistenceManager,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IsExistingEntity,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>null</FONT>);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; aList.ListManager = listManager;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2><FONT color=#0000ff></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#0000ff>bool</FONT> IsExistingEntity&lt;T&gt;(T pEntity) <FONT color=#0000ff>where</FONT> T : <FONT color=#2b91af>Entity</FONT></FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2><FONT color=#008000>&nbsp;&nbsp;&nbsp; </FONT><FONT color=#0000ff>if</FONT> (mCustIndex == (<FONT color=#0000ff>int</FONT>)pEntity.GetColumnValue(mColumn.ColumnName)) { <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>true</FONT>; };</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>false</FONT>;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2><FONT color=#808080></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2>&#091;<FONT color=#2b91af>EventSubscription</FONT>(<FONT color=#2b91af>EventTopicNames</FONT>.SalesOrderCustomerChange)&#093;</FONT><FONT size=2><FONT color=#0000ff></FONT></FONT></DIV><DIV><FONT size=2><FONT color=#0000ff>public</FONT> <FONT color=#0000ff>void</FONT> OnChangeCustomer(<FONT color=#0000ff>object</FONT> sender, <FONT color=#2b91af>DataEventArgs</FONT>&lt;<FONT color=#0000ff>int</FONT>&gt; e)</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mCustIndex = e.Data;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#0000ff>int</FONT> mCustIndex = 0;</FONT></DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#2b91af>EntityColumn</FONT> mColumn;</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>I have removed comments for brevity.&nbsp; In my sales order module, and on the view that presents the sales order data (including customer), I added the EventPublication code.&nbsp; I am not reproducing it here since it it not directly relevant.&nbsp; In my view that presents the address list, I have the following code running:</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>&#091;</FONT><FONT color=#2b91af size=2>EventSubscription</FONT><FONT size=2>(</FONT><FONT color=#2b91af size=2>EventTopicNames</FONT><FONT size=2>.SalesOrderCustomerChange)&#093;</FONT><FONT color=#0000ff size=2></FONT></DIV><DIV><FONT color=#0000ff size=2>public</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> OnChangeCustomer(</FONT><FONT color=#0000ff size=2>object</FONT><FONT size=2> sender, </FONT><FONT color=#2b91af size=2>DataEventArgs</FONT><FONT size=2>&lt;</FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2>&gt; e)</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT color=#2b91af size=2>&nbsp;&nbsp;&nbsp; ListConverter</FONT><FONT size=2> mConverter = ListConverterService.Get(</FONT><FONT color=#2b91af size=2>ListConverterNames</FONT><FONT size=2>.BillToList);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mConverter.ListSource.ResetBindings(</FONT><FONT color=#0000ff size=2>false</FONT><FONT size=2>);</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Note that both the ListConverterService and my AddressView are listening to the customer number change.&nbsp; The ListConverterService updates the variable that stores the current customer index which will be used in the predicate.&nbsp; The AddressView fires off a ResetBindings on the listconverter underlying the list control on the form.&nbsp; This looks like it should work, but once I introduced the EventSubscription to the ListConverterService, the ResetBindings no longer evaluated the objects in the list by using the predicate.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>What fundamental principle am I violating that would cause this?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thanks,</FONT></DIV><DIV><FONT size=2>Bill</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 10:17:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1746#1746</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : As soon as I did this (instead...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1743#1743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 23-Oct-2007 at 9:51am<br /><br />As soon as I did this (instead of trying to&nbsp;use the WorkItem)&nbsp;in the ListConverterService: <DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>&#091;</FONT><FONT color=#2b91af size=2>EventSubscription</FONT><FONT size=2>(</FONT><FONT color=#2b91af size=2>EventTopicNames</FONT><FONT size=2>.SalesOrderCustomerChange)&#093;</FONT><FONT color=#0000ff size=2></FONT></DIV><DIV><FONT color=#0000ff size=2>public</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> OnChangeCustomer(</FONT><FONT color=#0000ff size=2>object</FONT><FONT size=2> sender, </FONT><FONT color=#2b91af size=2>DataEventArgs</FONT><FONT size=2>&lt;</FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2>&gt; e)</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mCustIndex = e.Data;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>...the ListConverter stopped reevaluating when I sent the ResetBindings command.&nbsp; I can walk the code through to the ResetBindings command, but it now does not engage the predicate.&nbsp; Why would the addition of the EventSubscription changed things?</DIV></FONT><span style="font-size:10px"><br /><br />Edited by Linguinut - 23-Oct-2007 at 9:51am</span>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 09:51:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1743#1743</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Here&amp;#039;s how I referenced the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1737#1737</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 5:38pm<br /><br />Here's how I referenced the ListConverter (rather than adding it to the RootWorkItem items collection):<DIV><FONT color=#2b91af size=2></FONT>&nbsp;</DIV><DIV><FONT color=#2b91af size=2>ListConverter</FONT><FONT size=2> mConverter = ListConverterService.Get(</FONT><FONT color=#2b91af size=2>ListConverterNames</FONT><FONT size=2>.BillToList);</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>That works nicely.&nbsp; </FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Now, the next problem...the parent binding source (SalesOrder)&nbsp;is not being retrieved from the WorkItem.&nbsp; It keeps coming up with the&nbsp;current value of null in the EntityBindingSource.&nbsp; Am I doing something wrong in the page controller with this code?</FONT></DIV><DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT size=2>WorkItem.RootWorkItem.Items.Add(MainBindingSource, </FONT><FONT color=#a31515 size=2>"SalesOrderBindingSource"</FONT><FONT size=2>);</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 17:38:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1737#1737</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : I tried adding the ListConverter...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1736#1736</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 5:12pm<br /><br />I tried adding the ListConverter to the RootWorkItem Items collection:<DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>WorkItem.RootWorkItem.Items.Add(converter, </FONT><FONT color=#a31515 size=2>"BillToListConverter"</FONT><FONT size=2>);</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Then, in the view's presenter, I added the EventSubscription:</FONT></DIV><DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT size=2>&#091;</FONT><FONT color=#2b91af size=2>EventSubscription</FONT><FONT size=2>(</FONT><FONT color=#2b91af size=2>EventTopicNames</FONT><FONT size=2>.SalesOrderCustomerChange)&#093;</FONT><FONT color=#0000ff size=2></FONT></FONT></DIV><DIV><FONT size=2><FONT color=#0000ff size=2>public</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> OnChangeCustomer(</FONT><FONT color=#0000ff size=2>object</FONT><FONT size=2> sender, </FONT><FONT color=#2b91af size=2>DataEventArgs</FONT><FONT size=2>&lt;</FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2>&gt; e)</FONT></FONT></DIV><DIV><FONT size=2><FONT size=2>{</FONT></FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#008000 size=2>//somehow update the view's address list</FONT></FONT></DIV><DIV><FONT size=2><FONT color=#008000>&nbsp;&nbsp;&nbsp; </FONT><FONT color=#2b91af size=2>ListConverter</FONT><FONT size=2> mConverter = WorkItem.RootWorkItem.Items.Get&lt;</FONT><FONT color=#2b91af size=2>ListConverter</FONT><FONT size=2>&gt;(</FONT><FONT color=#a31515 size=2>"BillToListConverter"</FONT><FONT size=2>);</FONT></FONT></DIV><DIV><FONT size=2><FONT size=2>&nbsp;&nbsp;&nbsp; mConverter.ListSource.ResetBindings(</FONT><FONT color=#0000ff size=2>false</FONT><FONT size=2>);</FONT></FONT></DIV><DIV><FONT size=2><FONT size=2>}</FONT></FONT></DIV><DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT size=2>This is getting called every time I change the customer number (navigate to a different sales order, type&nbsp;a customer number, pick customer from list, etc.).&nbsp; The predicate is *not* running, though.&nbsp; It runs the first time the converter is created, but not any subsequent times.&nbsp; Is there another way to get the list converter to refresh?</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 17:12:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1736#1736</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : I have the Event Pub/Sub working...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1735#1735</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 4:40pm<br /><br /><P>I have the Event Pub/Sub working fine, so the app knows when the customer changes on the sales order; however, how do I tell the BindingSource of the&nbsp;ListConverter to refresh?&nbsp; This is a bit of a mystery.&nbsp; In the ListConverterServiceBase, the "hack" iterates the binding sources and reset the bindings on each one.&nbsp; In what way am I to call just the binding source of the list that is populating the control on my view?</P>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 16:40:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1735#1735</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Keep walking, man... As I mentioned,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1732#1732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 3:54pm<br /><br /><P>Keep walking, man...</P><DIV>As I mentioned, your ListConverter will need to listen for the CurrentChanged event of the binding source and refresh the list.&nbsp; This will cause the predicate to be re-evaluated for each member of the list.</DIV><DIV>&nbsp;</DIV><DIV>B.</DIV>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 15:54:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1732#1732</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : I walked this dog. Man, is he...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1731#1731</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 3:21pm<br /><br />I walked this dog.&nbsp; Man, is he big!&nbsp; Each entity in the list was run through the predicate.&nbsp; That seems to be working.&nbsp; Now, I need to get the list to "refresh" when the SalesOrderMaster.Custindex changes.&nbsp; What is the slick way of doing that?&nbsp; How is it done with the ListConverter?<DIV>&nbsp;</DIV><DIV>By the way, this code will only work with the SalesOrder entity.&nbsp; I should think of a way of getting this to work for other entites, as well, and not limit its implementation.</DIV>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 15:21:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1731#1731</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : So why doesn&amp;#039;t this work:  protected...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1729#1729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 2:58pm<br /><br />So why doesn't this work:<DIV><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> AddListManager_FilteredList&lt;T&gt;(</FONT><FONT color=#2b91af size=2>EntityListConverter</FONT><FONT size=2>&lt;T&gt; pListConverter, </FONT><FONT color=#2b91af size=2>EntityColumn</FONT><FONT size=2> pColumn) </FONT><FONT color=#0000ff size=2>where</FONT><FONT size=2> T : </FONT><FONT color=#2b91af size=2>Entity</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mColumn = pColumn;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityList</FONT>&lt;T&gt; aList = (<FONT color=#2b91af>EntityList</FONT>&lt;T&gt;)pListConverter.ListSource.List;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt; listManager = <FONT color=#0000ff>new</FONT> <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt;</FONT><FONT size=2></FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (pListConverter.EntityManager.PersistenceManager,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IsExistingEntity,</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>null</FONT>);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; aList.ListManager = listManager;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2><FONT color=#0000ff></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#0000ff>bool</FONT> IsExistingEntity&lt;T&gt;(T pEntity) <FONT color=#0000ff>where</FONT> T : <FONT color=#2b91af>Entity</FONT></FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; </FONT><FONT color=#008000><FONT size=2>// Is the foreign key equal to the presented index</FONT></FONT></DIV><DIV><FONT size=2><FONT color=#008000>&nbsp;&nbsp;&nbsp; </FONT><FONT color=#2b91af>EntityBindingSource</FONT> mBS = WorkItem.Items.Get&lt;<FONT color=#2b91af>EntityBindingSource</FONT>&gt;(<FONT color=#a31515>"SalesOrderBindingSource"</FONT>);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>SalesOrderMaster</FONT> mSO = (<FONT color=#2b91af>SalesOrderMaster</FONT>)mBS.Current;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>if</FONT> (mSO != <FONT color=#0000ff>null</FONT>) { mIndex = mSO.Custindex; }</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>if</FONT> (mIndex == (<FONT color=#0000ff>int</FONT>)pEntity.GetColumnValue(mColumn.ColumnName)) { <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>true</FONT>; };</FONT></DIV><DIV><FONT size=2><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; return</FONT> <FONT color=#0000ff>false</FONT>;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#0000ff>int</FONT> mIndex = 0;</FONT></DIV><DIV><FONT size=2><FONT color=#0000ff>private</FONT> <FONT color=#2b91af>EntityColumn</FONT> mColumn;</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Shouldn't the ListManager be using the predicate method to detemine the inclusion of a given entity?&nbsp; Perhaps I am misunderstanding the usage of this predicate thing.</FONT></DIV>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 14:58:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1729#1729</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : The code needs to read  Work...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1728#1728</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 2:42pm<br /><br />The code needs to read<DIV>&nbsp;</DIV><DIV>WorkItem.RootWorkItem.Items.Add(MainBindingSource, "SalesOrderBindingSource");</DIV><DIV>&nbsp;</DIV><DIV>The ListConverterService is not aware of the modules work item.&nbsp; Now that it is with the use of the RootWorkItem Items collection, there is still a problem.&nbsp; The ListConverterService is not running MakeMyListConverter but once when the view is created.&nbsp; If I am wanting the ListManager to reference the current customer index, then I need to do something else, somewhere else.&nbsp; The predicate has to exist elsewhere, it seems.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Am I getting derailed?</DIV>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 14:42:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1728#1728</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : In my page controller, I have...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1727#1727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 2:14pm<br /><br />In my page controller, I have overridden the InitializeMainBindingSource method, like this:<DIV><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>override</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> InitializeMainBindingSource()</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>base</FONT>.InitializeMainBindingSource();</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; WorkItem.Items.Add(MainBindingSource, <FONT color=#a31515>"SalesOrderBindingSource"</FONT>);</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Now, when I want to reference the current item, I would use something like this:</FONT></DIV><DIV><FONT color=#2b91af size=2></FONT>&nbsp;</DIV><DIV><FONT color=#2b91af size=2>EntityBindingSource</FONT><FONT size=2> mBS = WorkItem.Items.Get&lt;</FONT><FONT color=#2b91af size=2>EntityBindingSource</FONT><FONT size=2>&gt;(</FONT><FONT color=#a31515 size=2>"SalesOrderBindingSource"</FONT><FONT size=2>);</FONT></DIV><DIV><FONT color=#2b91af size=2>SalesOrderMaster</FONT><FONT size=2> mSO = (</FONT><FONT color=#2b91af size=2>SalesOrderMaster</FONT><FONT size=2>)mBS.Current;</FONT></DIV><DIV><FONT size=2><FONT color=#2b91af>int</FONT>&nbsp;mIndex = mSO.Custindex;</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>When I run this code, the EntityBindingSource (mBS)&nbsp;comes back null.&nbsp; Am I not adding the binding source early enough?</DIV></FONT>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 14:14:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1727#1727</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Take heart, you&amp;#039;re on the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1724#1724</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 12:24pm<br /><br />Take heart, you're on the right track.<DIV>&nbsp;</DIV><DIV>Your code is basically correct--I see you corrected the assignment in the conditional in the predicate.</DIV><DIV>&nbsp;</DIV><DIV>A Predicate&lt;T&gt;() is just a delegate to a method that accepts a parameter of type T and returns a boolean.&nbsp; The method can determine its return value however it pleases.</DIV><DIV>&nbsp;</DIV><DIV>Your remaining problem is "how does the&nbsp;ListConverterService, and hence the predicate, know what to compare against to decide if an entity should be included in the list?"&nbsp;&nbsp; From what I understand, you want the list (of customer addresses, for example) to track the currently selected item (e.g., customer) in some BindingSource&lt;Customer&gt; somewhere.&nbsp;&nbsp;&nbsp; Here are two possibilities:</DIV><DIV>&nbsp;</DIV><DIV>1.&nbsp; In the module that owns the customer binding source,&nbsp;add it to the root workitem's Items collection (as early as possible so it's there when the ListConverterService needs it).&nbsp; Then, when asked for a&nbsp;CustomerAddressListConverter, the ListConverterService can retrieve it and supply it to the newly created&nbsp;CustomerListConverter.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Note that unlike Commands, Services,&nbsp;Workspaces, etc., &nbsp;the Items collection is not inherited from parent workitems.&nbsp;&nbsp; This means that</DIV><DIV>&nbsp;</DIV><DIV>(a) You could add the BindingSource to the module's workitem if all requirements for synchronized list converters are contained within that module or </DIV><DIV>&nbsp;</DIV><DIV>(b) You would need to add it to the root workitem if synchronization requirements cross module boundaries.</DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp; Modify your ListConverterService to implement an additional interface ISynchronizedListConverterService&lt;T&gt; with a single member that accepts a BindingSource&lt;T&gt;.&nbsp; This method merely stores the BindingSource in a member so it can be supplied to new ListConverters.&nbsp; Register your ListConverterService under this interface and inject it into the controller owning the customer binding source.</DIV><DIV>&nbsp;</DIV><DIV>In any case, your list converter may need to attach to the CurrentChanged property of the binding source in order to refresh the list.</DIV><DIV>&nbsp;</DIV><DIV>Hope this gets you moving.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 12:24:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1724#1724</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Well, I&amp;#039;ve been pondering,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1722#1722</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 22-Oct-2007 at 10:52am<br /><br />Well, I've been pondering, meditating and researching.&nbsp; I am more confused than ever.&nbsp; If someone could step in here and straighten out my thinking, I would really appreciate it.]]>
   </description>
   <pubDate>Mon, 22 Oct 2007 10:52:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1722#1722</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Here&amp;#039;s a good article: ht...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1718#1718</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 20-Oct-2007 at 2:49pm<br /><br />Here's a good article: <a href="http://msdn.microsoft.com/msdnmag/issues/06/09/AdvancedBasics/" target="_blank">http://msdn.microsoft.com/msdnmag/issues/06/09/AdvancedBasics/</A><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Sure wished they taught this in kindergarten.</DIV>]]>
   </description>
   <pubDate>Sat, 20 Oct 2007 14:49:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1718#1718</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Thinking about this again, I should...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1717#1717</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 20-Oct-2007 at 10:45am<br /><br />Thinking about this again, I should be able to pass the column in order to create the EntityListManager.&nbsp; What is stumping me is this Predicate&lt;T&gt; animal.&nbsp; Even after reading and seeing other examples, I am not clear on how this thing works.&nbsp; The biggest question remains...how do I pass the parent entity index on which the child list is filtered?&nbsp; This seems so fundamental that there has to be a solution staring me in the face and I am just not seeing it.]]>
   </description>
   <pubDate>Sat, 20 Oct 2007 10:45:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1717#1717</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Would this work in the ListConverterService?...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1716#1716</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 20-Oct-2007 at 10:19am<br /><br />Would this work in the ListConverterService? <DIV><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> AddListManager_FilteredList&lt;T&gt;(</FONT><FONT color=#2b91af size=2>EntityListConverter</FONT><FONT size=2>&lt;T&gt; pListConverter, </FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2> pFilter, </FONT><FONT color=#2b91af size=2>EntityColumn</FONT><FONT size=2> pColumn) </FONT><FONT color=#0000ff size=2>where</FONT><FONT size=2> T : </FONT><FONT color=#2b91af size=2>Entity</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mIndex = pFilter;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; mColumn = pColumn;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityList</FONT>&lt;T&gt; aList = (<FONT color=#2b91af>EntityList</FONT>&lt;T&gt;)pListConverter.ListSource.List;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt; listManager = <FONT color=#0000ff>new</FONT> <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt;</FONT><FONT size=2></FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (pListConverter.EntityManager.PersistenceManager, </FONT><FONT size=2></FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IsExistingEntity, </FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>null</FONT>);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; aList.ListManager = listManager;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff><FONT size=2>private</FONT></FONT><FONT size=2> <FONT color=#0000ff>bool</FONT> IsExistingEntity&lt;T&gt;(T pEntity) <FONT color=#0000ff>where</FONT> T : <FONT color=#2b91af>Entity</FONT></FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; </FONT><FONT color=#008000><FONT size=2>// Is the foreign key equal to the presented index</FONT></FONT></DIV><DIV><FONT size=2><FONT color=#008000>&nbsp;&nbsp;&nbsp; </FONT><FONT color=#0000ff>if</FONT> (mIndex == (<FONT color=#0000ff>int</FONT>)pEntity.GetColumnValue(mColumn.ColumnName)) { <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>true</FONT>; };</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>false</FONT>;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff><FONT size=2>private</FONT></FONT><FONT size=2> <FONT color=#0000ff>int</FONT> mIndex = 0;</FONT></DIV><DIV><FONT color=#0000ff><FONT size=2>private</FONT></FONT><FONT size=2> <FONT color=#2b91af>EntityColumn</FONT> mColumn;</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>How do I pass the index on which to filter the list?&nbsp; The ListConverterService takes no arguments.</FONT></DIV><span style="font-size:10px"><br /><br />Edited by Linguinut - 20-Oct-2007 at 10:35am</span>]]>
   </description>
   <pubDate>Sat, 20 Oct 2007 10:19:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1716#1716</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Interesting statement:  // Summary: //...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1715#1715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 20-Oct-2007 at 9:41am<br /><br />Interesting statement:<DIV><FONT color=#008000 size=2></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2>// Summary:</FONT></DIV><DIV><FONT color=#008000 size=2>// Gets or sets the System.Predicate used to set filtering criteria for the</FONT></DIV><DIV><FONT color=#008000 size=2>// list(s).</FONT></DIV><DIV><FONT color=#008000 size=2>//</FONT></DIV><DIV><FONT color=#008000 size=2>// Remarks:</FONT></DIV><DIV><FONT color=#008000 size=2>// The filter should return true if the supplied Entity belongs in the list(s)</FONT></DIV><DIV><FONT color=#008000 size=2>// managed.</FONT></DIV><DIV><FONT color=#008000 size=2>// Setting or resetting the filter does not automatically refresh the list(s).</FONT></DIV><DIV><FONT color=#0000ff size=2>public</FONT><FONT size=2> </FONT><FONT color=#2b91af size=2>Predicate</FONT><FONT size=2>&lt;T&gt; Filter { </FONT><FONT color=#0000ff size=2>get</FONT><FONT size=2>; </FONT><FONT color=#0000ff size=2>set</FONT><FONT size=2>; }</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>If the predicate changes, the list does&nbsp;not change.&nbsp; A list refresh will need to be provoked.&nbsp; Am I reading that correctly?</DIV></FONT>]]>
   </description>
   <pubDate>Sat, 20 Oct 2007 09:41:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1715#1715</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method :  From the comments in the EntityListManager: &amp;#034;The...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1712#1712</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 19-Oct-2007 at 4:43pm<br /><br /><FONT size=2><P></FONT><FONT color=#000000><FONT size=2>From the comments in the EntityListManager:</P><DIV>"The IdeaBlade.Persistence.EntityListManager&lt;T&gt;.Filter uses a .NET Predicate&lt;T&gt;,</FONT><FONT size=2> a delegate that defines a set of criteria and determines whether the specified</FONT><FONT size=2> object passed to it meets those criteria. The Filter receives every addition,</FONT><FONT size=2> deletion or modification (based on the IdeaBlade.Persistence.EntityListManager&lt;T&gt;.FilterColumns</FONT><FONT size=2> specified) of entities of the type watched, and determines whether the entity</FONT><FONT size=2> belongs in the list. If the Filter returns true the entity is added to or</FONT><FONT size=2> kept in the list; if the Filter returns false the entity is removed from</FONT><FONT size=2> the list. (Note that entities removed from the managed list are not removed</FONT><FONT size=2> from the PersistenceManager, nor are they deleted.)</FONT><FONT size=2> Performance will be needlessly poor if the EntityListManager tests an entity</FONT><FONT size=2> every time any of its columns change. To avoid this, specify in the constructor</FONT><FONT size=2> or the IdeaBlade.Persistence.EntityListManager&lt;T&gt;.FilterColumns property</FONT></FONT><FONT color=#008000 size=2><FONT color=#000000> which entity columns are relevant to the filtering."</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT color=#000000>Once I unravel what this is saying, I think I could get this to work.&nbsp; Time to do a little homework on .NET Predicate&lt;T&gt;.</FONT></DIV></FONT>]]>
   </description>
   <pubDate>Fri, 19 Oct 2007 16:43:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1712#1712</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : The method is a protected static...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1711#1711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 19-Oct-2007 at 4:35pm<br /><br />The method is a protected static method of ListConverterServiceBase in&nbsp;IdeaBlade.Cab.UI.Services (hence, no "go to definition"). <DIV><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>static</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> AddListManager_KeepExistingEntitiesOnly&lt;T&gt;(</FONT><FONT color=#2b91af size=2>EntityListConverter</FONT><FONT size=2>&lt;T&gt; pListConverter) </FONT><FONT color=#0000ff size=2>where</FONT><FONT size=2> T : </FONT><FONT color=#2b91af size=2>Entity</FONT><FONT size=2> </FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityList</FONT>&lt;T&gt; aList = (<FONT color=#2b91af>EntityList</FONT>&lt;T&gt;) pListConverter.ListSource.List;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt; listManager = </FONT><FONT size=2><FONT color=#0000ff>new</FONT> <FONT color=#2b91af>EntityListManager</FONT>&lt;T&gt;(pListConverter.EntityManager.PersistenceManager, </FONT><FONT size=2>IsExistingEntity, </FONT><FONT size=2><FONT color=#0000ff>null</FONT>); <FONT color=#008000>// No hint available; DF can't listen for changes to RowState (yet).</FONT></FONT></DIV><DIV><FONT size=2><FONT color=#008000>&nbsp;&nbsp;&nbsp; </FONT>aList.ListManager = listManager;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>First of all...what is meant by "no hint available..."?&nbsp; Second, are you suggesting that another method could be created that would accept a filter parameter, but, obviously, do roughly the same thing?&nbsp; The IsExistingEntity would be replaced by a customer index, and the null would be replaced by the foreign key column name, right?</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 19 Oct 2007 16:35:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1711#1711</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : ItIS in ListConverterServiceBase....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1710#1710</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 19-Oct-2007 at 4:29pm<br /><br />It&nbsp;IS in ListConverterServiceBase.&nbsp;&nbsp; <DIV>&nbsp;</DIV><DIV>Be aware that the Go To Definition function won't navigate into the source files under ExternalSource in the Cabana solution since they are not built as part of this solution.&nbsp; They are there for reference only.</DIV><DIV>&nbsp;</DIV><DIV>You could attach a ListManager to your List, passing a delegate to a different predicate--one that determines if the customer address is for the current customer, for example.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Fri, 19 Oct 2007 16:29:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1710#1710</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : Thanks for the info. I have employed...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1707#1707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 19-Oct-2007 at 3:39pm<br /><br /><P>Thanks for the info.&nbsp; I have employed this method a dozen times in the ListConverterService.&nbsp; The service is&nbsp;a good candidate for futher encapsulation.&nbsp; There is quite a bit of redundancy as time goes on.&nbsp; </P><DIV>Where is this method defined?&nbsp; I thought it should be in ListConverterServiceBase, but I do not see it in there.&nbsp; Actually, I can see it in the object browser, but not when I try to go to the definition itself.&nbsp; I'll open the LIB solution and see what I can find there.&nbsp; I am not sure how this usage suggests filtering is possible.&nbsp; </DIV>]]>
   </description>
   <pubDate>Fri, 19 Oct 2007 15:39:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1707#1707</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : I concede--this is a rough neighborhood...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1702#1702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 19-Oct-2007 at 2:30pm<br /><br /><DIV>I concede--this is a rough neighborhood for walking the dog.</DIV><DIV>&nbsp;</DIV><DIV>It adds a list manager to the EntityList of a ListConverter.&nbsp; It is invoked by the ListService (in the Cabana&nbsp;solution, Foundation module) when creating ListConverters for certain entity types.</DIV><DIV>&nbsp;</DIV><DIV>It supplies&nbsp;the newly-created&nbsp;ListManager with a delegate to a predicate function that determines if a specific entity should be kept in the list.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>This particular predicate function (IsExistingEntity) returns true only if the entity&nbsp;is either modified or unchanged and returns false if the entity is added or deleted.</DIV><DIV>&nbsp;</DIV><DIV>I suspect Ward intended this as an example.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>If you're calling this on your ListConverter, it might explain why your newly-added items don't show up.</DIV><DIV>&nbsp;</DIV><DIV>On the other hand, this code also suggests how to add a ListManager to filter the entities contained in the list.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 19 Oct 2007 14:30:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1702#1702</guid>
  </item> 
  <item>
   <title>[SOLVED] ListConverterServiceBase Method : What does this method do?   ...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1698#1698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 514<br /><strong>Posted:</strong> 19-Oct-2007 at 12:25pm<br /><br />What does this method do? <DIV><FONT size=2><P>AddListManager_KeepExistingEntitiesOnly(converter);</P></FONT></DIV><span style="font-size:10px"><br /><br />Edited by Linguinut - 23-Oct-2007 at 1:17pm</span>]]>
   </description>
   <pubDate>Fri, 19 Oct 2007 12:25:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=514&amp;PID=1698#1698</guid>
  </item> 
 </channel>
</rss>