<?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 : ScheduleID</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : ScheduleID]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:59:01 +0000</pubDate>
  <lastBuildDate>Mon, 12 Jun 2006 07:43:25 +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=4381</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[ScheduleID : I wrong...!  I wrote the post...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13578&amp;title=scheduleid#13578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2088">mengo</a><br /><strong>Subject:</strong> 4381<br /><strong>Posted:</strong> 12 June 2006 at 7:43am<br /><br /><P>I wrong...! <IMG src="http://forum.codejock.com/smileys/smiley17.gif" border="0"></P><P>I wrote the post without remember the real source code...</P><P><IMG src="http://forum.codejock.com/smileys/smiley4.gif" border="0"><IMG src="http://forum.codejock.com/smileys/smiley4.gif" border="0"><IMG src="http://forum.codejock.com/smileys/smiley4.gif" border="0"></P><P>&nbsp;</P><P>Tnx!</P>]]>
   </description>
   <pubDate>Mon, 12 Jun 2006 07:43:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13578&amp;title=scheduleid#13578</guid>
  </item> 
  <item>
   <title><![CDATA[ScheduleID : what do you mean by selected scheduleId...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13557&amp;title=scheduleid#13557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4381<br /><strong>Posted:</strong> 10 June 2006 at 12:01pm<br /><br />what do you mean by selected scheduleId ?<br><br>.Selection.globalindex is not our member, correct one is: <div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">CalendarControl</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">.ActiveView.Selection.GroupIndex</span></div><br>Example:<br><table width="99%"><tr><td><pre class="BBcode"><br><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">    nGrIndex = </span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">CalendarControl</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">.ActiveView.Selection.GroupIndex</span></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">    nSchCount = CalendarControl</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> .ActiveView.Days(0).ViewGroups(nGrIndex).MultipleResources(0 ).ScheduleIDs.Count</span></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">    </span></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">    If nSchCount</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> = 1 Then</span></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> </span></div><div>&nbsp;&nbsp;<span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        nSelectedScheduleID = CalendarControl</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> .ActiveView.Days(0).ViewGroups(nGrIndex).MultipleResources(0 ).ScheduleIDs(0)</span></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> </span></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">    ElseIf nSchCount</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> &gt; 1 Then</span></div><div>&nbsp;&nbsp;<span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">// in this case a few schedules is shown in one group</span></div><div><div>&nbsp;&nbsp;<span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        //</span></div><div>&nbsp;&nbsp;<span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        // by default for </span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">month and week views nSchCount</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> &gt; 1</span></div></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">    Else</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        </span></div><div><div>&nbsp;&nbsp;<span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        // nSchCount</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;"> = 0</span><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        </span></div><div><div>&nbsp;&nbsp;<span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        // all schedules are shown in such group</span></div></div></div><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">    EndIf</span></div></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sat, 10 Jun 2006 12:01:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13557&amp;title=scheduleid#13557</guid>
  </item> 
  <item>
   <title><![CDATA[ScheduleID : ... the selected scheduleId on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13542&amp;title=scheduleid#13542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2088">mengo</a><br /><strong>Subject:</strong> 4381<br /><strong>Posted:</strong> 09 June 2006 at 11:45am<br /><br /><P>... the selected scheduleId on calendarcontrl, I don't know (nIndex) value... maybe i found... CalendarControl.DataProvider.Selection.globalindex does it right?</P>]]>
   </description>
   <pubDate>Fri, 09 Jun 2006 11:45:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13542&amp;title=scheduleid#13542</guid>
  </item> 
  <item>
   <title><![CDATA[ScheduleID : Welcome hereYou can access ScheduleID...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13538&amp;title=scheduleid#13538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4381<br /><strong>Posted:</strong> 09 June 2006 at 8:39am<br /><br />Welcome here&nbsp;<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br><br>You can access ScheduleID values in a number of ways, the most straightforward is following:<br><table width="99%"><tr><td><pre class="BBcode"><br>CalendarControl.DataProvider.Schedules(nIndex).Id<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 09 Jun 2006 08:39:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13538&amp;title=scheduleid#13538</guid>
  </item> 
  <item>
   <title><![CDATA[ScheduleID : Hi to all. I&amp;#039;am new there... I&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13535&amp;title=scheduleid#13535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2088">mengo</a><br /><strong>Subject:</strong> 4381<br /><strong>Posted:</strong> 09 June 2006 at 7:21am<br /><br /><P>Hi to all. I'am new there...</P><P>I've an easy question... In a calenda with multiple schedule, Can I retrive a scheduleid without selecting an event on my calendar control? </P><P>Grazie,</P><P>Mengo, Italy.</P>]]>
   </description>
   <pubDate>Fri, 09 Jun 2006 07:21:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4381&amp;PID=13535&amp;title=scheduleid#13535</guid>
  </item> 
 </channel>
</rss>