<?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 : Disable Event MultiSelection</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Disable Event MultiSelection]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 03:28:07 +0000</pubDate>
  <lastBuildDate>Sat, 02 Feb 2008 06:09:28 +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=9472</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[Disable Event MultiSelection : Hello Bernie,   I think you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9472&amp;PID=30746&amp;title=disable-event-multiselection#30746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 9472<br /><strong>Posted:</strong> 02 February 2008 at 6:09am<br /><br />Hello Bernie, <DIV>&nbsp;</DIV><DIV>I think you can&nbsp;put theses instructions in the SelectionChanged Event of the Calendar Control to prevent the selection of a second event:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Private Sub Calendar_SelectionChanged(ByVal SelType As XtremeCalendarControl.CalendarSelectionChanged)<BR>&nbsp;&nbsp;&nbsp; If SelType &lt;&gt; xtpCalendarSelectionEvents Then Exit Sub<BR>Dim TotSelect As CalendarViewEvents<BR>Dim ViewEvt As CalendarViewEvent</DIV><DIV>dim i as long<BR>&nbsp;&nbsp;&nbsp; Set TotSelect = Calendar.ActiveView.GetSelectedEvents<BR>&nbsp;&nbsp;&nbsp; If TotSelect.Count &gt; 1 Then</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For i=0&nbsp;to TotSelect.Count - 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TotSelect.ViewEvent(i).Selected = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next</DIV><DIV>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sat, 02 Feb 2008 06:09:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9472&amp;PID=30746&amp;title=disable-event-multiselection#30746</guid>
  </item> 
  <item>
   <title><![CDATA[Disable Event MultiSelection : Dear Professionals: I would like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9472&amp;PID=30742&amp;title=disable-event-multiselection#30742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3128">Bernie</a><br /><strong>Subject:</strong> 9472<br /><strong>Posted:</strong> 02 February 2008 at 2:42am<br /><br /><P>Dear Professionals:</P><DIV>I would like to know how to let users select one sngle event only in the DayView.</DIV><DIV>&nbsp;</DIV><DIV>Thanks!<img src="https://forum.codejock.com/smileys/smiley10.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sat, 02 Feb 2008 02:42:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9472&amp;PID=30742&amp;title=disable-event-multiselection#30742</guid>
  </item> 
 </channel>
</rss>