<?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 : Calendar Popup License</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Calendar Popup License]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 06:13:49 +0000</pubDate>
  <lastBuildDate>Fri, 22 Jun 2007 17:12:26 +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=6212</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[Calendar Popup License : We are programmers, right? You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23893&amp;title=calendar-popup-license#23893</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 22 June 2007 at 5:12pm<br /><br />We <EM>are </EM>programmers, right?&nbsp; You could always write a simple method that reads those files for you <img src="http://forum.codejock.com/smileys/smiley4.gif" border="0">]]>
   </description>
   <pubDate>Fri, 22 Jun 2007 17:12:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23893&amp;title=calendar-popup-license#23893</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : Ok this works. It sure would be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23891&amp;title=calendar-popup-license#23891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 22 June 2007 at 4:41pm<br /><br />Ok this works.&nbsp; It sure would be nice to not have to change this code every single time we upgrade.<br><br><br>Set GS = CreateObject("Codejock.CalendarGlobalSettings.11.1.3")<br>&nbsp;&nbsp;&nbsp; GS.License = "Calendar Control Copyright (c) 2003-2007 Codejock Software" + vbCrLf + "PRODUCT-ID: Codejock.Calendar.ActiveX.v11.1" + vbCrLf + "VALIDATE-CODE: XXX-XXX-XXX-XXX"<br>&nbsp;&nbsp;&nbsp; Set pDatePicker = CreateObject("Codejock.DatePicker." + GS.Version)]]>
   </description>
   <pubDate>Fri, 22 Jun 2007 16:41:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23891&amp;title=calendar-popup-license#23891</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : I&amp;#039;ve also tried:Set GS =...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23890&amp;title=calendar-popup-license#23890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 22 June 2007 at 4:15pm<br /><br />I've also tried:<br><br>Set GS = CreateObject("Codejock.CalendarGlobalSettings.11.1.3")<br>&nbsp;&nbsp;&nbsp;GS.License = "Calendar Control Copyright (c) 2003-2007 CodejockSoftware" + vbCrLf + "PRODUCT-ID: Codejock.CalendarControl." +CalendarGlobalSettings.Version + vbCrLf + "VALIDATE-CODE:XXX-XXX-XXX-XXX"<br>&nbsp;&nbsp;&nbsp; Set pDatePicker = CreateObject("Codejock.DatePicker." + GS.Version)<br>]]>
   </description>
   <pubDate>Fri, 22 Jun 2007 16:15:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23890&amp;title=calendar-popup-license#23890</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : Ok, this is crazy. EVERY time...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23889&amp;title=calendar-popup-license#23889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 22 June 2007 at 4:12pm<br /><br />Ok, this is crazy.&nbsp; EVERY time we upgrade I have this problem.&nbsp; Copying the string from the .lic file is not working.<br><br>Here is my code:<br><br>Set GS = CreateObject("Codejock.CalendarGlobalSettings.11.1")<br>&nbsp;&nbsp;&nbsp; GS.License = "Calendar Control Copyright (c) 2003-2007 Codejock Software" + vbCrLf + "PRODUCT-ID: Codejock.CalendarControl." + CalendarGlobalSettings.Version + vbCrLf + "VALIDATE-CODE: XXX-XXX-XXX-XXX"<br>&nbsp;&nbsp;&nbsp; Set pDatePicker = CreateObject("Codejock.DatePicker." + GS.Version)<br>]]>
   </description>
   <pubDate>Fri, 22 Jun 2007 16:12:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=23889&amp;title=calendar-popup-license#23889</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : Hi,Looks like &amp;#034;2003-2006&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=20143&amp;title=calendar-popup-license#20143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 07 February 2007 at 5:45am<br /><br />Hi,<br><br>Looks like "2003-200<b>6</b>" is not a correct string. <br>2007 is better <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="middle"> <br>&nbsp;<br>Please&nbsp; open lic file and copy strings from there.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 07 Feb 2007 05:45:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=20143&amp;title=calendar-popup-license#20143</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : Following code still does not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=20126&amp;title=calendar-popup-license#20126</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 06 February 2007 at 3:20pm<br /><br />Following code still does not work without the presence of the Codejock.Calendar.v10.4.2.lic file.&nbsp; Please help.<br><br>Dim pDatePicker<br>&nbsp;&nbsp;&nbsp; Dim GS As CalendarGlobalSettings<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set GS = CreateObject("Codejock.CalendarGlobalSettings.10.4.2")<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; GS.License = "Calendar Control Copyright (c) 2003-2006 Codejock Software" + vbCrLf + "PRODUCT-ID: Codejock.Calendar.ActiveX.v10.4" + vbCrLf + "VALIDATE-CODE: XXX-XXX-XXX-XXX"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set pDatePicker = CreateObject("Codejock.DatePicker." + GS.Version)<br>]]>
   </description>
   <pubDate>Tue, 06 Feb 2007 15:20:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=20126&amp;title=calendar-popup-license#20126</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : The correct string is the following: Set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19937&amp;title=calendar-popup-license#19937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 31 January 2007 at 5:54am<br /><br />The correct string is the following:<br><table width="99%"><tr><td><pre class="BBcode"><br>Set GS = CreateObject("Codejock.CalendarGlobalSettings.10.4.1")<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge]]>
   </description>
   <pubDate>Wed, 31 Jan 2007 05:54:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19937&amp;title=calendar-popup-license#19937</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : I tried the following but still...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19895&amp;title=calendar-popup-license#19895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 30 January 2007 at 5:38pm<br /><br />I tried the following but still got the same error.&nbsp; I'm sure I just don't have the syntax exactly right.<br><br>Dim GS As CalendarGlobalSettings<br>Set GS = CreateObject("Codejock.CalendarGlobalSettings")<br>]]>
   </description>
   <pubDate>Tue, 30 Jan 2007 17:38:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19895&amp;title=calendar-popup-license#19895</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : Hi,In this case please create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19816&amp;title=calendar-popup-license#19816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 28 January 2007 at 2:50pm<br /><br />Hi,<br><br>In this case please create CalendarGlobalSettings using CreateObject and set a licence text. Then create DatePicker object.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 28 Jan 2007 14:50:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19816&amp;title=calendar-popup-license#19816</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Popup License : I am having trouble getting the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19686&amp;title=calendar-popup-license#19686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6212<br /><strong>Posted:</strong> 24 January 2007 at 2:46pm<br /><br />I am having trouble getting the Calendar Popup to work on production machines without the .lic file being present.&nbsp; If I take away the .lic file I get Cant' Create Object.<br><br>CJ 10.4.1<br><br>Is this expected behavior?<br>]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 14:46:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6212&amp;PID=19686&amp;title=calendar-popup-license#19686</guid>
  </item> 
 </channel>
</rss>