<?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 : CalCtrl.Opetions.EnableInPlaceCreateEvent</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : CalCtrl.Opetions.EnableInPlaceCreateEvent]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 20:16:52 +0000</pubDate>
  <lastBuildDate>Wed, 11 Mar 2009 21:31:16 +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=12798</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[CalCtrl.Opetions.EnableInPlaceCreateEvent : Guys, you need tospend some time...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=46535&amp;title=calctrl-opetions-enableinplacecreateevent#46535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 12798<br /><strong>Posted:</strong> 11 March 2009 at 9:31pm<br /><br />Guys, you need to&nbsp;spend some time analyzing sample code.<DIV>e.g. in VB CalendarSample</DIV><DIV>apply in Form Load function </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; CalendarControl.Options.EnableInPlaceCreateEvent = False<BR>&nbsp;&nbsp;&nbsp; CalendarControl.Options.EnableAddNewTooltip = False<BR></DIV><DIV>and disable NON-CONTROL but APP action:</DIV><DIV>Private Sub CalendarControl_DblClick()<BR>&nbsp;&nbsp;&nbsp; Dim HitTest As CalendarHitTestInfo<BR>&nbsp;&nbsp;&nbsp; Set HitTest = CalendarControl.ActiveView.HitTest<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Dim Events As CalendarEvents<BR>&nbsp;&nbsp;&nbsp; If Not HitTest.HitCode = xtpCalendarHitTestUnknown Then<BR>&nbsp;&nbsp;&nbsp;&nbsp; '&nbsp;&nbsp; Set Events = CalendarControl.DataProvider.RetrieveDayEvents(HitTest.ViewDay.Date)<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>'&nbsp;&nbsp;&nbsp; If HitTest.ViewEvent Is Nothing Then<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mnuNewEvent_Click<BR>'&nbsp;&nbsp;&nbsp; Else<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModifyEvent HitTest.ViewEvent.Event<BR>'&nbsp;&nbsp;&nbsp; End If<BR>End Sub<BR>you will have 100% disable event creation or modification.</DIV><DIV>&nbsp;</DIV><DIV>If instead of commented code you will use your own code with your logic - you will reach that you like.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 11 Mar 2009 21:31:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=46535&amp;title=calctrl-opetions-enableinplacecreateevent#46535</guid>
  </item> 
  <item>
   <title><![CDATA[CalCtrl.Opetions.EnableInPlaceCreateEvent : Hi,did you find a way to do this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=46459&amp;title=calctrl-opetions-enableinplacecreateevent#46459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1632">SteveStraley</a><br /><strong>Subject:</strong> 12798<br /><strong>Posted:</strong> 09 March 2009 at 10:27pm<br /><br />Hi,<br><br>did you find a way to do this for the native access provider?<br>]]>
   </description>
   <pubDate>Mon, 09 Mar 2009 22:27:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=46459&amp;title=calctrl-opetions-enableinplacecreateevent#46459</guid>
  </item> 
  <item>
   <title><![CDATA[CalCtrl.Opetions.EnableInPlaceCreateEvent : I found out that it will only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=43232&amp;title=calctrl-opetions-enableinplacecreateevent#43232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4753">BVoon</a><br /><strong>Subject:</strong> 12798<br /><strong>Posted:</strong> 26 November 2008 at 7:32pm<br /><br />I found out that it will only work when the Provider=Custom]]>
   </description>
   <pubDate>Wed, 26 Nov 2008 19:32:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=43232&amp;title=calctrl-opetions-enableinplacecreateevent#43232</guid>
  </item> 
  <item>
   <title><![CDATA[CalCtrl.Opetions.EnableInPlaceCreateEvent : I am trying to get the calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=43198&amp;title=calctrl-opetions-enableinplacecreateevent#43198</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4753">BVoon</a><br /><strong>Subject:</strong> 12798<br /><strong>Posted:</strong> 25 November 2008 at 11:22pm<br /><br />I am trying to get the calendar control to use a custom form for adding appointment/event into the database.&nbsp; I like to have the "Click to add appointment" feature to be disabled.<br><br>&nbsp; I used the CalendarControl.Options.EnableInPlaceCreateEvent = False<br>and also the CalendarControl.Options.EnableAddNewTooltip = False<br><br>&nbsp; all have no effect on the control.<br><br>Any help is very much appreciated.<br>]]>
   </description>
   <pubDate>Tue, 25 Nov 2008 23:22:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12798&amp;PID=43198&amp;title=calctrl-opetions-enableinplacecreateevent#43198</guid>
  </item> 
 </channel>
</rss>