<?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 : selected events collection</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : selected events collection]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:00:27 +0000</pubDate>
  <lastBuildDate>Fri, 08 Dec 2006 07:54:48 +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=5726</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[selected events collection : Hello,  Below is an example...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5726&amp;PID=18009&amp;title=selected-events-collection#18009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 5726<br /><strong>Posted:</strong> 08 December 2006 at 7:54am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Below is an example of browsing selected events to delete them:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub DelSelEvents()<BR>Dim TotSelect As CalendarViewEvents<BR>Dim ViewEvt As CalendarViewEvent<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set TotSelect = Calendar.ActiveView.GetSelectedEvents<BR>&nbsp;&nbsp;&nbsp; If TotSelect.Count &gt; 0 Then<BR>&nbsp;&nbsp;&nbsp; &nbsp;For Each ViewEvt In TotSelect<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;Set SaveEvent = ViewEvt.Event<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calendar.DataProvider.DeleteEvent ViewEvt.Event<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calendar.Populate<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>I hope this will help.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 08 Dec 2006 07:54:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5726&amp;PID=18009&amp;title=selected-events-collection#18009</guid>
  </item> 
  <item>
   <title><![CDATA[selected events collection : I want to scan a list of events...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5726&amp;PID=18008&amp;title=selected-events-collection#18008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1751">WaaZ</a><br /><strong>Subject:</strong> 5726<br /><strong>Posted:</strong> 08 December 2006 at 7:16am<br /><br />I want to scan a list of events that an user has selected (with Ctrl-Click)<br><br>Your documentation&nbsp; (Xtreme Calendar ActiveX Control v10.3) says that if I take the property:<br>ActiveView.GetSelectedEvents<br>I can handle two properties of this object:<br>Count&nbsp; (the umber of events selected)<br>ViewEvent (it should be a collection of selected events)<br><br>I cannot find this ViewEvent <br>why?<br>it's implemented, isn't it?<br>or it's only a little mistake in the documentation?<br><br>there is another way to have a collection of all the selected events?<br><br>thank you in advance<br><!--DX end --><br>]]>
   </description>
   <pubDate>Fri, 08 Dec 2006 07:16:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5726&amp;PID=18008&amp;title=selected-events-collection#18008</guid>
  </item> 
 </channel>
</rss>