<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : SOLVED: MultiSelect Problem...!?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : SOLVED: MultiSelect Problem...!?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 15:26:57 +0000</pubDate>
  <lastBuildDate>Wed, 23 Jul 2008 08:51:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=11544</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[SOLVED: MultiSelect Problem...!? : Ok, we can scratch this one off...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38773&amp;title=solved-multiselect-problem#38773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11544<br /><strong>Posted:</strong> 23 July 2008 at 8:51am<br /><br /><font size="1"><font size="2">Ok, we can scratch this one off the list. I was not handling the filtering in a very smart way... I had the code like this, so the RC was always being repopulated...<br><br><font color="#000066"><br></font></font><font color="#000066">Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<br>&nbsp; If Control.Id = 1000 Then<br>&nbsp;&nbsp;&nbsp; Dim L As CommandBarEdit<br>&nbsp;&nbsp;&nbsp; Set L = Control<br>&nbsp;&nbsp;&nbsp; lstMessages.filterText = L.Text<br>&nbsp;&nbsp;&nbsp; lstMessages.Populate<br>&nbsp; End If<br>End Sub</font></font><br><br><br>CHANGED TO <br><br><font color="#000099" size="1">Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<br>&nbsp; If Control.Id = 1000 Then<br>&nbsp;&nbsp;&nbsp; Dim L As CommandBarEdit<br>&nbsp;&nbsp;&nbsp; Set L = Control<br>&nbsp;&nbsp;&nbsp; txtFilter = L.Text<br>&nbsp; End If<br>End Sub</font><br><br><font color="#000099" size="1">Private Sub txtFilter_Change()<br>&nbsp; lstMessages.FilterText = txtFilter<br>&nbsp; lstMessages.Populate<br>End Sub<br><br></font><br>]]>
   </description>
   <pubDate>Wed, 23 Jul 2008 08:51:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38773&amp;title=solved-multiselect-problem#38773</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: MultiSelect Problem...!? : I&amp;#039;m not sure Id be able to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38767&amp;title=solved-multiselect-problem#38767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11544<br /><strong>Posted:</strong> 23 July 2008 at 8:24am<br /><br />I'm not sure Id be able to reproduce this in a test project. Let me investigate a little bit further and get back to you all.]]>
   </description>
   <pubDate>Wed, 23 Jul 2008 08:24:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38767&amp;title=solved-multiselect-problem#38767</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: MultiSelect Problem...!? : I&amp;#039;ve tried to reproduce the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38717&amp;title=solved-multiselect-problem#38717</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11544<br /><strong>Posted:</strong> 22 July 2008 at 7:25pm<br /><br />I've tried to reproduce the bug based on the description without success. I too would like a sample if possible...]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 19:25:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38717&amp;title=solved-multiselect-problem#38717</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: MultiSelect Problem...!? : Hi,  I have no problems with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38713&amp;title=solved-multiselect-problem#38713</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11544<br /><strong>Posted:</strong> 22 July 2008 at 4:35pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I have no problems with selecting rows in general. Shift / CTRL works&nbsp;as expected. There's only&nbsp;one issue which is already in my buglist <img src="https://forum.codejock.com/smileys/smiley17.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Can you upload test project? I would like to see what is going wrong <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 16:35:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38713&amp;title=solved-multiselect-problem#38713</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: MultiSelect Problem...!? :  I have a RC with 5 records....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38711&amp;title=solved-multiselect-problem#38711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11544<br /><strong>Posted:</strong> 22 July 2008 at 3:34pm<br /><br /><font size="1"><font size="2">I have a RC with 5 records. MultiSelection=True, MultiSelectMode=False<br><br>MultiSelect is not working properly for some odd reason. Using the CTRL key to select various items, no matter how many rows I select (&gt;1), I am getting SelectedRows=2, and the two supposed selected rows are not highlighted, only the last one clicked.<br><br>Using Shift, if I click the first item, and Shift-Click the last, the count comes out right, but the rows are not actually selected or highlighted... when i drag those rows, only the highlighted one is dragged.<br><br>Has anyone experienced this at all?<br><br><br></font><br>Private Sub lstMessages_SelectionChanged()<br> <br>&nbsp; If lstMessages.SelectedRows.Count = 1 Then<br>&nbsp;&nbsp;&nbsp; Dim ThreadID As String<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ThreadID = lstMessages.SelectedRows(0).Record.Item(0).Value<br>&nbsp;&nbsp;&nbsp; CurrentThreadID = ThreadID<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; StatusBar1.Panels(1).Text = ""<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; If val(ThreadID) &lt; 1 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; replyEditor.Enabled = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exit Sub<br>&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; replyEditor.Enabled = True<br>&nbsp;&nbsp;&nbsp; replyEditor.Tag = ThreadID &amp; ","<br>&nbsp;&nbsp;&nbsp; <br>&nbsp; End If<br><br>&nbsp; StatusBar1.Panels(1).Text = lstMessages.SelectedRows.Count &amp; " selected"<br><br>End Sub</font><br>]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 15:34:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11544&amp;PID=38711&amp;title=solved-multiselect-problem#38711</guid>
  </item> 
 </channel>
</rss>