<?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 : Popup Calendar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Popup Calendar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 11:13:10 +0000</pubDate>
  <lastBuildDate>Mon, 15 Jan 2007 10:04:24 +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=6072</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[Popup Calendar : Great! Now I know the problem.This...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19364&amp;title=popup-calendar#19364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 15 January 2007 at 10:04am<br /><br />Great!&nbsp; Now I know the problem.<br><br>This works too without having to write a new function:<br><br>Set pDatePicker = CreateObject("Codejock.DatePicker." + Replace(GS.Version, "10.4.0", "10.4"))<br><br>Thanks for the help.<br>]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 10:04:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19364&amp;title=popup-calendar#19364</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Calendar : Hi,The problem is that GS.Version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19283&amp;title=popup-calendar#19283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 13 January 2007 at 2:49pm<br /><br />Hi,<br><br>The problem is that GS.Version returns string like "10.4.0". <br>We have to remove the last '.0' <br>&nbsp;<br><table width="99%"><tr><td><pre class="BBcode"><br>CreateObject("Codejock.DatePicker." &amp; XTPVersionTrim(GS.Version))<br>&nbsp;<br>Private Function XTPVersionTrim(strVersionFull As String) As String<br>&nbsp;&nbsp;&nbsp; Dim i As Long, j As Long<br>&nbsp;&nbsp;&nbsp; Dim strVer As String<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim arVersion<br>&nbsp;&nbsp;&nbsp; arVersion = Split(strVersionFull, ".")<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; For i = UBound(arVersion) To LBound(arVersion) Step -1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If arVersion(i) &lt;&gt; 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For j = LBound(arVersion) To i<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Len(strVer) &gt; 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strVer = strVer + "."<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strVer = strVer + arVersion(j)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTPVersionTrim = strVer<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exit Function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; Next<br>End Function<br></pre></td></tr></table><br><br>Actually, looks like this is a bit inconsistent <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="middle"> and we'll review behavior of this method for future versions.<br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Sat, 13 Jan 2007 14:49:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19283&amp;title=popup-calendar#19283</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Calendar : Ok the following code still generates...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19253&amp;title=popup-calendar#19253</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 12 January 2007 at 3:42pm<br /><br />Ok the following code still generates the error on the Set pDatePicker line<br><br>Dim pDatePicker<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim GS As New CalendarGlobalSettings<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>Fri, 12 Jan 2007 15:42:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19253&amp;title=popup-calendar#19253</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Calendar : The following code works pretty...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19230&amp;title=popup-calendar#19230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 12 January 2007 at 8:12am<br /><br />The following code works pretty fine for me:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Initialize()<br>&nbsp;&nbsp;&nbsp; Dim GS As New CalendarGlobalSettings<br>&nbsp;&nbsp;&nbsp; GS.License = "Calendar Control Copyright (c) 2003-2006 Codejock<br>Software" + vbCrLf + _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PRODUCT-ID: Codejock.Calendar.ActiveX.v10.4" + vbCrLf + _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "VALIDATE-CODE: XXX-XXX-XXX-XXX"<br><br>&nbsp;&nbsp; &nbsp;<br>End Sub <br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 12 Jan 2007 08:12:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19230&amp;title=popup-calendar#19230</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Calendar : Do you need to use...CalendarG...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19193&amp;title=popup-calendar#19193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2527">elmsoftware</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 11 January 2007 at 2:49pm<br /><br />Do you need to use...CalendarGlobalSettings.License?<DIV>&nbsp;</DIV><DIV>CalendarGlobalSettings.License = &#091;Your license string&#093;</DIV>]]>
   </description>
   <pubDate>Thu, 11 Jan 2007 14:49:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19193&amp;title=popup-calendar#19193</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Calendar : You&amp;#039;re right, it should....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19148&amp;title=popup-calendar#19148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 10 January 2007 at 5:15pm<br /><br />You're right, it should.&nbsp; But it doesn't.&nbsp; I also tried changing the copyright year to 2007 but that didn't help either.]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 17:15:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19148&amp;title=popup-calendar#19148</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Calendar : String &amp;#034;10.4.0&amp;#034; is not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19146&amp;title=popup-calendar#19146</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 10 January 2007 at 5:09pm<br /><br />String "<span style="font-family: 'Tahoma'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">10.4.0</span>" is not correct. Simply remove the last zero with dot, and it should work.<br><br>--<br>Regards,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 17:09:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19146&amp;title=popup-calendar#19146</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Calendar : Since upgrading to 10.4 my popup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19145&amp;title=popup-calendar#19145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6072<br /><strong>Posted:</strong> 10 January 2007 at 4:06pm<br /><br />Since upgrading to 10.4 my popup calendar doesn't work.&nbsp; I am using the following licence:<br><br>XtremeCalendarControl.License = "Calendar Control Copyright (c) 2003-2006 Codejock Software" &amp; vbCrLf &amp; "PRODUCT-ID: Codejock.Calendar.ActiveX.v10.4.0" &amp; vbCrLf &amp; "VALIDATE-CODE: XXX-XXX-XXX-XXX"<br><br>In 10.3.x the line worked except, of course, I had 10.3 in the line instead of 10.4.0.<br><br>Any ideas what could be wrong?<br>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 16:06:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6072&amp;PID=19145&amp;title=popup-calendar#19145</guid>
  </item> 
 </channel>
</rss>