<?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 : Data1 property</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Data1 property]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:45:29 +0000</pubDate>
  <lastBuildDate>Fri, 06 Mar 2009 12:09:23 +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=13598</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[Data1 property : Hi,  No, I found it in the help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13598&amp;PID=46358&amp;title=data1-property#46358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4820">skiman</a><br /><strong>Subject:</strong> 13598<br /><strong>Posted:</strong> 06 March 2009 at 12:09pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>No, I found it in the help file.</DIV><DIV>- Codejock Active X Controls</DIV><DIV>&nbsp;- Xtreme Calendar</DIV><DIV>&nbsp; - Properties</DIV><DIV>&nbsp;&nbsp; - Data1 property</DIV><DIV>&nbsp;&nbsp; - Data2 property...</DIV><DIV>&nbsp;</DIV><DIV>I already use the custom properties for the events, but I want to save a specific ID to the calendar.</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Chris.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 06 Mar 2009 12:09:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13598&amp;PID=46358&amp;title=data1-property#46358</guid>
  </item> 
  <item>
   <title><![CDATA[Data1 property : Here is the CustomProperties VB...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13598&amp;PID=46357&amp;title=data1-property#46357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3253">Mr.Den</a><br /><strong>Subject:</strong> 13598<br /><strong>Posted:</strong> 06 March 2009 at 11:13am<br /><br /><P><FONT face="Courier New">Here is the CustomProperties VB example I think you are referring to from the help file:</P><DIV></FONT><FONT face="Courier New"></FONT>&nbsp;</DIV><DIV><FONT face="Courier New">&nbsp;&nbsp;&nbsp; Dim NewEvent <FONT =keyword>As</FONT> CalendarEvent<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT =keyword>Set</FONT> NewEvent = CalendarControl.DataProvider.CreateEvent<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT =comment>'Add some custom properties</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;NewEvent.CustomProperties.<FONT =keyword>Property</FONT>(<FONT =string>"String Value"</FONT>) = <FONT =string>"Hello"</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;NewEvent.CustomProperties.<FONT =keyword>Property</FONT>(<FONT =string>"Numeric"</FONT>) = 500<BR>&nbsp;&nbsp;&nbsp;&nbsp;NewEvent.CustomProperties.<FONT =keyword>Property</FONT>(<FONT =string>"Boolen Value"</FONT>) = <FONT =keyword>False</FONT><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT =comment>'Retrieve the custom property</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT =keyword>Dim</FONT> nInt <FONT =keyword>As</FONT> <FONT =keyword>Integer</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;nInt = NewEvent.CustomProperties.<FONT =keyword>Property</FONT> <FONT =string>"Numeric"</FONT></FONT></DIV><DIV><FONT face="Courier New"></FONT>&nbsp;</DIV><DIV><FONT face="Courier New">Any help?</FONT></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 06 Mar 2009 11:13:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13598&amp;PID=46357&amp;title=data1-property#46357</guid>
  </item> 
  <item>
   <title><![CDATA[Data1 property : Hi,  I&amp;#039;m trying to use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13598&amp;PID=46354&amp;title=data1-property#46354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4820">skiman</a><br /><strong>Subject:</strong> 13598<br /><strong>Posted:</strong> 06 March 2009 at 10:33am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I'm trying to use the data1 property of the calendar object. It seems as this property is unknown?</DIV><DIV>&nbsp;</DIV><DIV>According to the help file there are 4 (data1...4) properties which can be used to put user defined data in. I want to use this to save an identifier for the calendar. </DIV><DIV>&nbsp;</DIV><DIV>In Xbase++ this should be :</DIV><DIV>oCalendar:data1 := "xxx", but this gives me an error, object has no member with this name. </DIV><DIV>&nbsp;</DIV><DIV>If I check the docs, it is the same level as for example&nbsp;viewtype.</DIV><DIV>oCalendar:viewtype := xxx is working. </DIV><DIV>&nbsp;</DIV><DIV>I also tried the options object, but this also has no member with the name data1.</DIV><DIV>&nbsp;</DIV><DIV>Suggestions? </DIV><DIV>&nbsp;</DIV><DIV>Chris.</DIV>]]>
   </description>
   <pubDate>Fri, 06 Mar 2009 10:33:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13598&amp;PID=46354&amp;title=data1-property#46354</guid>
  </item> 
 </channel>
</rss>