<?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 : CalendarControl.DataProvider.LabelList</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : CalendarControl.DataProvider.LabelList]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 21:05:17 +0000</pubDate>
  <lastBuildDate>Sat, 20 Dec 2008 14:39:56 +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=12972</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[CalendarControl.DataProvider.LabelList : Sorry, you&amp;#039;re right.   These...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43823&amp;title=calendarcontrol-dataprovider-labellist#43823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 12972<br /><strong>Posted:</strong> 20 December 2008 at 2:39pm<br /><br />Sorry, you're right. <img src="https://forum.codejock.com/smileys/smiley5.gif" border="0"><DIV>&nbsp;</DIV><DIV>These two tables (categories, dispo) doesn't exist after the creation of *.mdb file.</DIV><DIV>&nbsp;</DIV><DIV>I automatically create these two new tables after the creation of the&nbsp;mdb file, fill them with the default values, and read them just after every opening of the file. This allows the user to&nbsp;customize them (I forgot this automatic function).</DIV><DIV>&nbsp;</DIV><DIV>Without these tables, CalendarControl use the default values, or the values stored in the translation file 'SuitePro.Resource??.dll'.</DIV><DIV>&nbsp;</DIV><DIV>Sorry again for the wrong info.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 20 Dec 2008 14:39:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43823&amp;title=calendarcontrol-dataprovider-labellist#43823</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl.DataProvider.LabelList : Thats weird, I converted the events.mdb...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43818&amp;title=calendarcontrol-dataprovider-labellist#43818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3351">wakerunner</a><br /><strong>Subject:</strong> 12972<br /><strong>Posted:</strong> 20 December 2008 at 10:38am<br /><br />Thats weird, I converted the events.mdb and the sample code to a firebird database and the tables "Categories" and "Dispo" did not come over to firebird, but somehow the sample categories are there still when I run the sample.&nbsp; <DIV>&nbsp;</DIV><DIV>When I open the "Events.mdb" that was created with the sample before I converted it to firebird I don't see those tables. Does it use default labels unless you create that table?</DIV>]]>
   </description>
   <pubDate>Sat, 20 Dec 2008 10:38:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43818&amp;title=calendarcontrol-dataprovider-labellist#43818</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl.DataProvider.LabelList : Hello,  If you use Access DataProvider,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43816&amp;title=calendarcontrol-dataprovider-labellist#43816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 12972<br /><strong>Posted:</strong> 20 December 2008 at 9:39am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>If you use Access DataProvider, the labels are stored in the Access Database in the Table call 'Categories' where you can modify your personal label names or colors permanently :</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20081220_093637_Categories.gif" border="0"></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 20 Dec 2008 09:39:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43816&amp;title=calendarcontrol-dataprovider-labellist#43816</guid>
  </item> 
  <item>
   <title><![CDATA[CalendarControl.DataProvider.LabelList : Where is the default labels saved/...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43795&amp;title=calendarcontrol-dataprovider-labellist#43795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3351">wakerunner</a><br /><strong>Subject:</strong> 12972<br /><strong>Posted:</strong> 18 December 2008 at 5:53pm<br /><br />Where is the default labels saved/ retrieved from? <DIV>&nbsp;</DIV><DIV>I haven't been able to find where the sample calendar program gets the labels from. I know how to clear and add your own labels but it looks like you would have to do it on each startup. Is there a way you can permanently change them?</DIV>]]>
   </description>
   <pubDate>Thu, 18 Dec 2008 17:53:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12972&amp;PID=43795&amp;title=calendarcontrol-dataprovider-labellist#43795</guid>
  </item> 
 </channel>
</rss>