<?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 : Built-in CalendarDialogs object in v10.4</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Built-in CalendarDialogs object in v10.4]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 07:28:48 +0000</pubDate>
  <lastBuildDate>Fri, 02 Mar 2007 03:05: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=6314</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[Built-in CalendarDialogs object in v10.4 : Edit recurrence has been completed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20847&amp;title=builtin-calendardialogs-object-in-v10-4#20847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6314<br /><strong>Posted:</strong> 02 March 2007 at 3:05am<br /><br />Edit recurrence has been completed for now and will be available in the next release.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 02 Mar 2007 03:05:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20847&amp;title=builtin-calendardialogs-object-in-v10-4#20847</guid>
  </item> 
  <item>
   <title><![CDATA[Built-in CalendarDialogs object in v10.4 : I was referring to the new feature...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20096&amp;title=builtin-calendardialogs-object-in-v10-4#20096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2670">dangier</a><br /><strong>Subject:</strong> 6314<br /><strong>Posted:</strong> 05 February 2007 at 4:10pm<br /><br />I was referring to the new feature where I can go to Calendar VB Sample, menu -&gt; Calendar -&gt;Advanced Options and set check "Use built-in calendar dialogs".<DIV>&nbsp;</DIV><DIV>All I want to do is finish the code for the optRecMonthly and optRecYearly in frmEditRecurrence. I see there is a topic in the forum at <a href="https://forum.codejock.com/forum_posts.asp?TID=6277" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=6277</A>&nbsp;to edit the code in the Form_Load event in frmMain. But don't I need to modify frmEditRecurrence_UpdatePatternFromControls, too?<BR></DIV><DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Mon, 05 Feb 2007 16:10:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20096&amp;title=builtin-calendardialogs-object-in-v10-4#20096</guid>
  </item> 
  <item>
   <title><![CDATA[Built-in CalendarDialogs object in v10.4 :    dangier wrote:Is there a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20091&amp;title=builtin-calendardialogs-object-in-v10-4#20091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6314<br /><strong>Posted:</strong> 05 February 2007 at 1:08pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by dangier" alt="Originally posted by dangier" style="vertical-align: text-bottom;" /> <strong>dangier wrote:</strong><br /><br />Is there a way to exclude the Edit Event form from the call of the CalendarDialogs object?</td></tr></table><br><br>I see only one place where built-in dialog may be called - from Reminders Dialog. Is that what you meant?<br><br>--<br>WBR,<br>Serge<br><br>]]>
   </description>
   <pubDate>Mon, 05 Feb 2007 13:08:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20091&amp;title=builtin-calendardialogs-object-in-v10-4#20091</guid>
  </item> 
  <item>
   <title><![CDATA[Built-in CalendarDialogs object in v10.4 : I notice thatin Version 10.4,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20053&amp;title=builtin-calendardialogs-object-in-v10-4#20053</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2670">dangier</a><br /><strong>Subject:</strong> 6314<br /><strong>Posted:</strong> 04 February 2007 at 11:18am<br /><br />I notice that&nbsp;in Version 10.4, a&nbsp;CalendarDialogs object was added to use built-in dialogs: 'Edit Event', 'Edit Recurrence', 'Reminders', 'Time Scale Properties'. This is a great feature!<BR>&nbsp;<BR>However, I've done a lot of modification to the Edit Event form. Is there a way to exclude the Edit Event form from the call of the CalendarDialogs object?]]>
   </description>
   <pubDate>Sun, 04 Feb 2007 11:18:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6314&amp;PID=20053&amp;title=builtin-calendardialogs-object-in-v10-4#20053</guid>
  </item> 
 </channel>
</rss>