<?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 and VB&#083;cript</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Calendar and VB&#083;cript]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:36:10 +0000</pubDate>
  <lastBuildDate>Wed, 29 Mar 2006 10:50:27 +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=3902</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 and VB&#083;cript : This works in my test:Sub ccJobs_DblClick()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11817&amp;title=calendar-and-vbscript#11817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3902<br /><strong>Posted:</strong> 29 March 2006 at 10:50am<br /><br />This works in my test:<br>&nbsp;<br>Sub ccJobs_DblClick()<br>&nbsp;&nbsp;&nbsp; Dim HitTest<br>&nbsp;&nbsp;&nbsp; Set HitTest = Document.forms(0).ccJobs.ActiveView.HitTest<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'xtpCalendarHitTestEvent_Mask = 4080<br>&nbsp;&nbsp;&nbsp; If Not HitTest.HitCode and 4080 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MsgBox "Event start = " &amp; HitTest.ViewEvent.Event.StartTime<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br>&nbsp; <br><br>]]>
   </description>
   <pubDate>Wed, 29 Mar 2006 10:50:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11817&amp;title=calendar-and-vbscript#11817</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar and VB&#083;cript : Thanks Serge, I have managed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11809&amp;title=calendar-and-vbscript#11809</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1759">DaveBonas</a><br /><strong>Subject:</strong> 3902<br /><strong>Posted:</strong> 29 March 2006 at 7:55am<br /><br /><P>Thanks Serge,</P><P>I have managed to disable the edit operation but am still struggling to replicate the HitTest process from the VB example in order to check what the user clicked on, any ideas on this one.</P><P>Dave.</P>]]>
   </description>
   <pubDate>Wed, 29 Mar 2006 07:55:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11809&amp;title=calendar-and-vbscript#11809</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar and VB&#083;cript : Hi Dave,With VB Script it works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11808&amp;title=calendar-and-vbscript#11808</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3902<br /><strong>Posted:</strong> 29 March 2006 at 7:48am<br /><br />Hi Dave,<br><br>With VB Script it works in a little bit another way. There are 2 following solutions:<br><br>1. Old one (for versions 9.81 and earlier):<br>-----------------------------------<br>Sub ccJobs_IsEditOperationDisabled(byval OpParams , CancelOperation)<br>&nbsp;OpParams.DisableCancelOperation = True // NOTE: DisableCancelOperation is hidden member.<br>End Sub&nbsp; <br>&nbsp;<br>2. new one - version 10.x<br>-----------------------------------<br>Sub ccJobs_IsEditOperationDisabledV(byval OpParams , CancelOperation)<br>&nbsp;CancelOperation = True<br>End Sub<br>&nbsp;<br>-----------------------------------<br>Both of them do the same job - just have different styles.&nbsp; <br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 29 Mar 2006 07:48:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11808&amp;title=calendar-and-vbscript#11808</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar and VB&#083;cript : Hi All, I am trying to get the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11800&amp;title=calendar-and-vbscript#11800</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1759">DaveBonas</a><br /><strong>Subject:</strong> 3902<br /><strong>Posted:</strong> 29 March 2006 at 1:57am<br /><br /><P>Hi All,</P><P>I am trying to get the calendar control working on a web page and have managed to get the basic object up and running with no problems using VB Script, but am now struggling to get things such as disabling edit events and detecting when user has clicked on an entry in the calendar and returning the data such as start time of the entry.</P><P>Does anyone have a example of the calendar running using vb script which covers these kind of things that they could post, sorry for the generalisation of the question but am a noob to Vb/Script and am learing as I go.</P><P><FONT size=2>Cheers,</FONT></P><P><FONT size=2>Dave.</FONT></P><P>&nbsp;</P><P><FONT color=#0000ff size=2></FONT>&nbsp;</P><P><FONT color=#0000ff size=2>&nbsp;</P></FONT>]]>
   </description>
   <pubDate>Wed, 29 Mar 2006 01:57:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3902&amp;PID=11800&amp;title=calendar-and-vbscript#11800</guid>
  </item> 
 </channel>
</rss>