<?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 : Can I use Suite Pro with Access VBA?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Can I use Suite Pro with Access VBA?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 19:54:30 +0000</pubDate>
  <lastBuildDate>Wed, 22 Apr 2009 12:32:39 +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=14092</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[Can I use Suite Pro with Access VBA? : That is simple, use the &amp;#034;Built-In&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48238&amp;title=can-i-use-suite-pro-with-access-vba#48238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 22 April 2009 at 12:32pm<br /><br />That is simple, use the "Built-In" captionbar as mentioned before (do not use the separate bar):<br><br>CalendarControl.ShowCaptionBar = True<br><br>Or use:<br>CalendarCaptionBar.AttachToCalendar<br>]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 12:32:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48238&amp;title=can-i-use-suite-pro-with-access-vba#48238</guid>
  </item> 
  <item>
   <title><![CDATA[Can I use Suite Pro with Access VBA? : Thanks, but that doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48237&amp;title=can-i-use-suite-pro-with-access-vba#48237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5164">Access2007</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 22 April 2009 at 12:17pm<br /><br />Thanks, but that doesn't help me. The Sample doesn't have the calendarcaptionbar.<br>All I want to know is how to get the calendarcaptionbar to effect the calendar.<br><br>]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 12:17:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48237&amp;title=can-i-use-suite-pro-with-access-vba#48237</guid>
  </item> 
  <item>
   <title><![CDATA[Can I use Suite Pro with Access VBA? : The calendar access sample answers...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48234&amp;title=can-i-use-suite-pro-with-access-vba#48234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 22 April 2009 at 11:34am<br /><br />The calendar access sample answers all those questions, I suggest playing with the sample.]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 11:34:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48234&amp;title=can-i-use-suite-pro-with-access-vba#48234</guid>
  </item> 
  <item>
   <title><![CDATA[Can I use Suite Pro with Access VBA? : Thank you for these links, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48233&amp;title=can-i-use-suite-pro-with-access-vba#48233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5164">Access2007</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 22 April 2009 at 11:17am<br /><br />Thank you for these links, but they didn't fully answer my question. <br>So I created a new access database, I imported the tables from the sample calendar access database.<br>I created a new form, added calendar control (renamed it to calendarcontrol1) and the calendar caption bar control.<br>Now, how do I get the controls to function?<br>1. When I click the&nbsp; day, week, or month on the calendar caption bar, nothing happens to the calender view. How do I set this up so it works?<br>2. When I click a date on the calendar, it locks up. How do I get it to open the frmEditEvent?<br>Thanks<br>]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 11:17:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48233&amp;title=can-i-use-suite-pro-with-access-vba#48233</guid>
  </item> 
  <item>
   <title><![CDATA[Can I use Suite Pro with Access VBA? : 1. It is because the sample was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48204&amp;title=can-i-use-suite-pro-with-access-vba#48204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 21 April 2009 at 12:47pm<br /><br />1. It is because the sample was made before the captionbar existed.&nbsp; Use the built in captionbar for ease of use.<br>2. You must keep the tables the same, however you can add custom properties to the events to hold whatever information you want.<br>http://forum.codejock.com/forum_posts.asp?TID=11985&amp;KW=customproperties<br><br>3. http://forum.codejock.com/forum_posts.asp?TID=3989&amp;KW=multi-schedule<br>]]>
   </description>
   <pubDate>Tue, 21 Apr 2009 12:47:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48204&amp;title=can-i-use-suite-pro-with-access-vba#48204</guid>
  </item> 
  <item>
   <title><![CDATA[Can I use Suite Pro with Access VBA? : Thank you. Yes that got the sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48202&amp;title=can-i-use-suite-pro-with-access-vba#48202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5164">Access2007</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 21 April 2009 at 12:06pm<br /><br />Thank you. Yes that got the sample working.&nbsp; Now I'm trying to locate the instructions that would guide me into setting up some basic actions in a new database:<br><br>1. I notice that in your Access sample calendar, on the frmCalendar, there are 4 buttons on the top left with the numbers 1, 5, 7 and 31 on them that have the onclick event assigned in Access to change the view of the calendar.&nbsp; Is this because the CalendarCaptionBar Control won't work in Access? If it does work, how do I assign the onclick events to the CalendarCaptionBar Control?<br><br>2. In the sample Access calendar, the Events table holds the basic information for the calendar. In my own application, does my Events table have to have the exact same fields as the one in the sample, with the exact same names?&nbsp; Can any be added? For example if I wanted to add the customerID of the person that the appointment was with, so that I could add this to the calendar appt, and then double click the calendar on that appointment to take me to the record for the customer the appointment was with? So in addition to adding additional fields to the event table, and the calendar, can I create doubleclick events in Access? <br><br>3. If I wanted to show multiple people's appointments on the calendar, which field/table would I put this in the Database?<br><br>Sorry for all the questions, I've never used Active X controls before in Access. If you've got data available online that answers my questions, please let me know.&nbsp;&nbsp; Thank you!<br><br><br>]]>
   </description>
   <pubDate>Tue, 21 Apr 2009 12:06:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48202&amp;title=can-i-use-suite-pro-with-access-vba#48202</guid>
  </item> 
  <item>
   <title><![CDATA[Can I use Suite Pro with Access VBA? : Yes, it will work with access.Simply...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48195&amp;title=can-i-use-suite-pro-with-access-vba#48195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 21 April 2009 at 10:39am<br /><br />Yes, it will work with access.<br><br>Simply delete the control from the form and re-add it, make sure the to name the new control the same as the old.]]>
   </description>
   <pubDate>Tue, 21 Apr 2009 10:39:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48195&amp;title=can-i-use-suite-pro-with-access-vba#48195</guid>
  </item> 
  <item>
   <title><![CDATA[Can I use Suite Pro with Access VBA? : Hi, I use Access 2007 with VBA....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48194&amp;title=can-i-use-suite-pro-with-access-vba#48194</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5164">Access2007</a><br /><strong>Subject:</strong> 14092<br /><strong>Posted:</strong> 21 April 2009 at 10:26am<br /><br />Hi, I use Access 2007 with VBA. I'd like to incorporate the calendar into one of my applications. Is this possible? <br>I downloaded the sample applications, and when I try to open the access sample (Ribbonsample), I get an error message "There is no object in this control" and then the VBA error message <br>"Runtime error 438. Object doesn't support this property or method" which comes as a result of the loadicons() sub. In the calendar sample, I get the same <br>error message.<br>Do I have to use Visual Studio to use Suite Pro, or will it work with just Access?<br>If so, what do I need to do to set it up so that it will work?<br>thanks for your help.<br><br><br>]]>
   </description>
   <pubDate>Tue, 21 Apr 2009 10:26:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14092&amp;PID=48194&amp;title=can-i-use-suite-pro-with-access-vba#48194</guid>
  </item> 
 </channel>
</rss>