<?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 : DatePicker ocx and Access</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : DatePicker ocx and Access]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 16:11:00 +0000</pubDate>
  <lastBuildDate>Wed, 16 Jul 2008 11:27: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=11425</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[DatePicker ocx and Access :    dr.iak wrote: Hello,  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38465&amp;title=datepicker-ocx-and-access#38465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4342">StephenMurphy</a><br /><strong>Subject:</strong> 11425<br /><strong>Posted:</strong> 16 July 2008 at 11:27am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by dr.iak" alt="Originally posted by dr.iak" style="vertical-align: text-bottom;" /> <strong>dr.iak wrote:</strong><br /><br /><br>Hello, <p>I also use the datepicker and the calendar control in an Access 2003 project and the AttachToCalendar method works perfectly. <br></p>Greetings<br><br>Bernd</td></tr></table><br><br>Isn't that odd? I have tried it on two machines here with Access 2000/2003 and 2007, and in all three environments, the DatePicker control is missing many methods that Intellisense does not pick up. Perhaps because there are two interfaces in the ocx and Access on my machines is ignoring the second. I unregistered and re-registered the control several times but that didn't help.<br><br>My solution was to make the call as follows:<br><br>Call DatePicker1.AttachToCalendar(Me.CalendarControl1.Object)<br>&nbsp;<br>That did the trick and connected the two. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 11:27:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38465&amp;title=datepicker-ocx-and-access#38465</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker ocx and Access :  Hello,  I also use the datepicker...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38452&amp;title=datepicker-ocx-and-access#38452</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3912">dr.iak</a><br /><strong>Subject:</strong> 11425<br /><strong>Posted:</strong> 16 July 2008 at 7:02am<br /><br /><br>Hello, <p>I also use the datepicker and the calendar control in an Access 2003 project and the AttachToCalendar method works perfectly. <br></p>Greetings<br><br>Bernd]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 07:02:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38452&amp;title=datepicker-ocx-and-access#38452</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker ocx and Access : Just as a followup, I am still...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38332&amp;title=datepicker-ocx-and-access#38332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4342">StephenMurphy</a><br /><strong>Subject:</strong> 11425<br /><strong>Posted:</strong> 14 July 2008 at 11:25am<br /><br />Just as a followup, I am still unable to get the AttachToCalendar method of the DatePicker control to become available in Access 2003. The datepicker and calendar controls do seem to function properly in the form otherwise.<br><br>Is there a way to transfer info from the datepicker to the calendar manually in a SelectionChanged event? The following seems to work:<br><br>Private Sub DatePicker1_SelectionChanged()<br>Dim dpSel As DatePickerSelection<br><br>&nbsp;&nbsp;&nbsp; Set dpSel = DatePicker1.Selection<br>&nbsp;&nbsp;&nbsp; <br>End Sub<br><br>Is there a way to tell the calendar to use that selection in its current view?<br><br>Any help appreciated.<br>]]>
   </description>
   <pubDate>Mon, 14 Jul 2008 11:25:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38332&amp;title=datepicker-ocx-and-access#38332</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker ocx and Access : I am trying to use the Calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38308&amp;title=datepicker-ocx-and-access#38308</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4342">StephenMurphy</a><br /><strong>Subject:</strong> 11425<br /><strong>Posted:</strong> 13 July 2008 at 10:32pm<br /><br />I am trying to use the Calendar demo ocx in Access 2003. The control registers ok and I am able to insert an instance of both the Calendar and the Date Picker onto the form and they both appear properly at runtime. However, the correct methods for the DatePicker seem to be missing, and I am only allowed to pick from general ole control properties. I can't access any of the DatePicker specific methods or properties such as AttachToCalendar. I just get the error "Class does not support Automation or does not support expected interface."&nbsp; <br><br>Is there any way to rectify this? I have registered and unregistered the control several times, but it doesn't seem to help.<br><br>It works fine in VB6, but not Access. Any help appreciated.<br>]]>
   </description>
   <pubDate>Sun, 13 Jul 2008 22:32:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11425&amp;PID=38308&amp;title=datepicker-ocx-and-access#38308</guid>
  </item> 
 </channel>
</rss>