<?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 : Multi schedule in Visual FoxPro</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Multi schedule in Visual FoxPro]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 09:38:16 +0000</pubDate>
  <lastBuildDate>Mon, 21 Mar 2011 03:14:13 +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=18006</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[Multi schedule in Visual FoxPro :   Help ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18006&amp;PID=63408&amp;title=multi-schedule-in-visual-foxpro#63408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5099">foxpro2000</a><br /><strong>Subject:</strong> 18006<br /><strong>Posted:</strong> 21 March 2011 at 3:14am<br /><br />Help]]>
   </description>
   <pubDate>Mon, 21 Mar 2011 03:14:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18006&amp;PID=63408&amp;title=multi-schedule-in-visual-foxpro#63408</guid>
  </item> 
  <item>
   <title><![CDATA[Multi schedule in Visual FoxPro :   Again talking in FOXPRO way...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18006&amp;PID=63134&amp;title=multi-schedule-in-visual-foxpro#63134</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5099">foxpro2000</a><br /><strong>Subject:</strong> 18006<br /><strong>Posted:</strong> 07 March 2011 at 2:55am<br /><br /><p>Again talking in <span ="highlight">FOXPRO</span> way :</p><p>1 . You need to create a CalendarResources collection :</p><p>calResourceS = createobject("Codejock.CalendarResourceS.11.2.2")</p><p>2. Create a calendar Resource object for each Schedule that you want</p><p>Sche1 = createobject("Codejock.CalendarResource.11.2.2") </p><p>and for each Schedule created, set some properties :</p><p>Sche1.name = �title for schedule1�</p><p>Sche1.setDataProvider2(�memory�, false)<br> dataProvider1 = sche1.dataProvider <br> dataProvider1.create()</p><p>Sche1.ScheduleIDs.Add(nID1) � One for each ID for Schedule<br>Sche1.ScheduleIDs.Add(nID2) � One for each ID for Schedule</p><p><br> <br>Sche2 = createobject("Codejock.CalendarResource.11.2.2") </p><p>Sche2.name = �title for schedule1�<br>Sche2.setDataProvider2(�memory�, false)<br> dataProvider2 = sche1.dataProvider <br> dataProvider2.create()</p><p>Sche1.ScheduleIDs.Add(nID3) � One for each ID for Schedule</p><p>Sche3�Sche4�</p><p><br>3.&nbsp; Add the schedule to Schedule collections<br> CalResourceS.Add( Sche1 )<br> CalResourceS.Add( Sche2 )<br> CalResourceS.Add( ScheN )</p><p><br>4 Inform the control that you want multiples resource :<br> .SetMultipleResources( CalResourceS )</p><p> </p><p>5 Each event must be populated in the righ dataprovider</p><p>If <font color="#cc0033">a </font>then&nbsp; </p><div><span style=": rgb235, 239, 249;" title='Qualcuno sa spiegarmi la variabile "a" da chi viene assegnata?'><font color="#cc0000">Can someone explain the variable "a" to whom is assigned?</font></span></div><p><br>&nbsp;dataP =.MultipleResources.Item(0).DataProvider<br>else<br> dataP =.MultipleResources.Item(1).DataProvider<br>end if</p><p><br>Set objEvent = dataP.CreateEvent()<br>�<br>�<br>dataP.AddEvent objEvent</p><div><span style=": rgb235, 239, 249;" title='Qualcuno sa spiegarmi la variabile "a" da chi viene assegnata?'><font color="#cc0000"></font></span>&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 07 Mar 2011 02:55:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18006&amp;PID=63134&amp;title=multi-schedule-in-visual-foxpro#63134</guid>
  </item> 
 </channel>
</rss>