<?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 : Save data!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Save data!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:56:50 +0000</pubDate>
  <lastBuildDate>Sun, 30 Jul 2006 17:27:53 +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=4680</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[Save data! : Hi,Catch EventAdded event, something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4680&amp;PID=14461&amp;title=save-data#14461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4680<br /><strong>Posted:</strong> 30 July 2006 at 5:27pm<br /><br />Hi,<br><br>Catch EventAdded event, something like following:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub CalendarControl_EventAdded(ByVal EventID As Long)<br>&nbsp;&nbsp;&nbsp; Dim pEvent As CalendarEvent<br>&nbsp;&nbsp;&nbsp; Set pEvent = CalendarControl.DataProvider.GetEvent(EventID)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; If Not pEvent Is Nothing Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.RedrawControl<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If MsgBox("Would you like to save the data?", vbYesNo) = vbYes Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' do nothing<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' delete event<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.DataProvider.DeleteEvent pEvent<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 30 Jul 2006 17:27:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4680&amp;PID=14461&amp;title=save-data#14461</guid>
  </item> 
  <item>
   <title><![CDATA[Save data! : Hi, I want to let the user select...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4680&amp;PID=14450&amp;title=save-data#14450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 4680<br /><strong>Posted:</strong> 28 July 2006 at 7:49pm<br /><br />Hi,<DIV>I want to let the user select a start and end time, then enter a subject, but once the user click &lt;Enter&gt;, the program will ask him if he wants to save the data (display message), otherwise the selection will be deleted.</DIV><DIV>How can I do that?</DIV>]]>
   </description>
   <pubDate>Fri, 28 Jul 2006 19:49:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4680&amp;PID=14450&amp;title=save-data#14450</guid>
  </item> 
 </channel>
</rss>