<?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 : Calendar Reminders</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Calendar Reminders]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:15:00 +0000</pubDate>
  <lastBuildDate>Wed, 10 Jan 2007 13:57:42 +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=6014</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[Calendar Reminders : Serge,  Thank your quick response. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6014&amp;PID=19140&amp;title=calendar-reminders#19140</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2527">elmsoftware</a><br /><strong>Subject:</strong> 6014<br /><strong>Posted:</strong> 10 January 2007 at 1:57pm<br /><br /><DIV>Serge,</DIV><DIV>&nbsp;</DIV><DIV>Thank your quick response.</DIV><DIV>I appreciate your help in these forums.</DIV><DIV>&nbsp;</DIV><DIV>My situation was that I migrated some records from my old 'APPOINTMENT' table into the 'Events' table&nbsp;that is generated by the Calendar.DataProvider.Create.</DIV><DIV>&nbsp;</DIV><DIV>I saw that the 'ReminderMinutesBeforeStart' was not a required field so during the migration, this field was set to Null.</DIV><DIV>&nbsp;</DIV><DIV>With data in the 'Events' table this way the&nbsp;OnReminders event did not&nbsp;fire as expected.&nbsp; I opened up my Access database and isolated just this field and&nbsp;set the 'ReminderMinutesBeforeStart' to a value (for example the default of 15), now the Calendar_OnReminders works as expected with an appropriate collection of reminders.</DIV><DIV>&nbsp;</DIV><DIV>My conclusion is that the 'ReminderMinutesBeforeStart' field is required in order for the&nbsp;OnReminders to work as expected...All is well.</DIV><DIV>&nbsp;</DIV><DIV>Best Regards,</DIV><DIV>&nbsp;</DIV><DIV>John Lueders</DIV><DIV>Elm Software</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 13:57:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6014&amp;PID=19140&amp;title=calendar-reminders#19140</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Reminders : Actually this should be working...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6014&amp;PID=19076&amp;title=calendar-reminders#19076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6014<br /><strong>Posted:</strong> 09 January 2007 at 1:44pm<br /><br />Actually this should be working as you expect.<br><br>Let me know whether do you use snoozing of event reminders. There could be probably a bug related to its usage...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 09 Jan 2007 13:44:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6014&amp;PID=19076&amp;title=calendar-reminders#19076</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Reminders : Hello,  We are using the Calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6014&amp;PID=18934&amp;title=calendar-reminders#18934</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2527">elmsoftware</a><br /><strong>Subject:</strong> 6014<br /><strong>Posted:</strong> 05 January 2007 at 5:54pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>We are using the Calendar control (version 10.4) in our VB6 app using an Access database.</DIV><DIV>&nbsp;</DIV><DIV>I have a behavior question concerning&nbsp;CalendarReminders collection and the event OnReminders.&nbsp; I do not believe it is behaving the way that it is intended...please tell me your thoughts on the scenario below.</DIV><DIV><EM>Note: I have used a lot of your sample VB6 code.</EM></DIV><DIV>&nbsp;</DIV><DIV><U>Reminder Scenario</U></DIV><DIV><EM>Note: The EnableReminders&nbsp;True method is called&nbsp;after the DataProvider is set as well as the Populate method.</EM></DIV><DIV>&nbsp;</DIV><DIV>1) Current Date/Time is <strong><FONT color=#000099>Jan 5, 2006&nbsp;at&nbsp;5:00 pm</FONT></strong>.</DIV><DIV>&nbsp;</DIV><DIV>2) A event has been created on <FONT color=#000099><strong>Jan 5, 2005&nbsp;at 4:30 pm</strong> </FONT>and has a reminder set to 15 minutes (MinutesBeforeStart).</DIV><DIV>&nbsp;</DIV><DIV>3) When the form loads with this calendar the Reminders collection has 0 items in it and does not fire.&nbsp; I would expect it to 'fire' as per your help file (OnReminders event as per the '<strong>xtpCalendarRemindersFire' </strong>parameter description.</DIV><DIV>&nbsp;</DIV><DIV>Also note that if the 4:30pm event mentioned above is then dragged to let's say a 4:00 pm&nbsp;start time, the OnReminders event fires and the Reminders collection has 1 item in it...as expected.</DIV><DIV>&nbsp;</DIV><DIV>My question is shouldn't the above scenario cause the OnReminders event to fire upon form load with the Reminders collection having 1 item in it?</DIV><DIV>&nbsp;</DIV><DIV>These are my findings, please respond when you get a free opportunity.</DIV><DIV>&nbsp;</DIV><DIV>I greatly enjoy using your product and believe it is the best...your help is much appreciated.</DIV><DIV>&nbsp;</DIV><DIV>All the best,</DIV><DIV>&nbsp;</DIV><DIV>John Lueders</DIV><DIV>Elm Software</DIV><DIV><a href="http://www.elmsoftware.com" target="_blank">www.elmsoftware.com</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 17:54:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6014&amp;PID=18934&amp;title=calendar-reminders#18934</guid>
  </item> 
 </channel>
</rss>