<?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 : reoccurent events wont load</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : reoccurent events wont load]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 15:03:56 +0000</pubDate>
  <lastBuildDate>Sun, 22 Nov 2009 12:10:08 +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=15688</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[reoccurent events wont load : ActiveX Version: 13.2 OS: Vista...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15688&amp;PID=55062&amp;title=reoccurent-events-wont-load#55062</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5698">daniel58</a><br /><strong>Subject:</strong> 15688<br /><strong>Posted:</strong> 22 November 2009 at 12:10pm<br /><br /><DIV>ActiveX Version: 13.2</DIV><DIV>OS: Vista Pro SP2</DIV><DIV>Development: MS Access 2003 &amp; SQL Server 2005 Express</DIV><DIV>&nbsp;</DIV><DIV>had it all working good. after a BSOD crash - cant load recurrent events no matter what.</DIV><DIV>&nbsp;</DIV><DIV>Implementd all the customised events for using SQL server DB. all works fine except when&nbsp;I try to load the events back from the tables. the data is written to the tables (including the recurring pattern).</DIV><DIV>&nbsp;</DIV><DIV>I put a breakpoint in the code for the event: DoReadRPattern<BR>here is it:<BR><BR>Private Sub MainCDR_DoReadRPattern(ByVal PatternID As Long, pPattern As Object)<BR>&nbsp; Dim rs As New ADODB.Recordset<BR><BR>&nbsp; '****BREAK POINT HERE<BR><BR>&nbsp; rs.Open "SELECT * FROM CdrRecurrencePattern WHERE RecurrencePatternID = " &amp; PatternID, _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CurrentProject.Connection, adOpenStatic, adLockReadOnly<BR>&nbsp; Set pPattern = getRPatternFromRS(Me.MainCDR, rs)<BR>&nbsp; rs.Close<BR>&nbsp; Set rs = Nothing<BR>End Sub<BR><BR>When I call Populate - it is not called(althogh I have a recurring pattern).<BR>Also, I read the help for the calendar object and found that this event is calld when I call DataProvider.GetRecurrencePattern:<BR><BR>Set pRPattern = Cdr.DataProvider.GetRecurrencePattern(PatternID)<BR><BR>When I call this directly - it should call the custom event procedure. BUT no matter where in the code, the result for this is always NOTHING.<BR><BR>Any ideas ?</DIV>]]>
   </description>
   <pubDate>Sun, 22 Nov 2009 12:10:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15688&amp;PID=55062&amp;title=reoccurent-events-wont-load#55062</guid>
  </item> 
 </channel>
</rss>