<?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 : How to detect the events fired</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : How to detect the events fired]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 18:52:40 +0000</pubDate>
  <lastBuildDate>Tue, 03 Oct 2006 10:37:46 +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=5190</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[How to detect the events fired : Hi,Which data provider do you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5190&amp;PID=16256&amp;title=how-to-detect-the-events-fired#16256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5190<br /><strong>Posted:</strong> 03 October 2006 at 10:37am<br /><br />Hi,<br><br>Which data provider do you use? I suppose that Custom. <br>I've heard once about such a problem with PowerBuilder environment.<br><br>Reminder object does not contain an event object, it stores EventID.<br>&nbsp;<br>pRemI.Event calls DataProvider.GetEvent(EventID). <br>GetEvent fires DoReadEvent notification.<br>&nbsp;<br>In DoReadEvent implementation you'll have to create an event object, fill properties and return it. <br>&nbsp;<br>But the problem is that PowerBilder does not return parameters other than VARIANT type. I suppose you have the same problem.<br>&nbsp;<br>To solve this problem a few additional notifications with VARIANT parameters were added:<br>&nbsp;&nbsp;&nbsp; DoReadEventV, DoReadRPatternV<br>&nbsp;<br>This is available by request as a patch for version 10.3.1.<br>&nbsp;<br>PS: And also please check that parameters in you functions declarations which must be ByRef is actually ByRef.<br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Tue, 03 Oct 2006 10:37:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5190&amp;PID=16256&amp;title=how-to-detect-the-events-fired#16256</guid>
  </item> 
  <item>
   <title><![CDATA[How to detect the events fired : Hi, Do you know how to implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5190&amp;PID=16223&amp;title=how-to-detect-the-events-fired#16223</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2315">aboldoc</a><br /><strong>Subject:</strong> 5190<br /><strong>Posted:</strong> 02 October 2006 at 2:18pm<br /><br />Hi, Do you know how to implement this code in delphi? or windev(pcsoft)?<br><br>What I want to do is to detect the event that is fired.<br><br>OnReminders<br><br>------- from the sample vb code provided By Codejock<br><br>&nbsp; &nbsp; Dim pRemI As CalendarReminder<br>&nbsp;&nbsp;&nbsp; Dim pEventI As CalendarEvent<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <br>&nbsp;&nbsp;&nbsp; For Each pRemI In frmMain.CalendarControl.Reminders<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set pEventI = pRemI.Event<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<br>&nbsp;&nbsp;&nbsp; Next<br><br>------------<br><br>Thank's<br><br>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 14:18:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5190&amp;PID=16223&amp;title=how-to-detect-the-events-fired#16223</guid>
  </item> 
 </channel>
</rss>