<?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 : Speaking of support.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Speaking of support.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 00:30:58 +0000</pubDate>
  <lastBuildDate>Mon, 17 Aug 2009 17:51:03 +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=14981</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[Speaking of support. :   mdoubson wrote:uploads/20090817_143649_Access_Db25.zip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52088&amp;title=speaking-of-support#52088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2504">rgracie</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 17 August 2009 at 5:51pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mdoubson" alt="Originally posted by mdoubson" style="vertical-align: text-bottom;" /> <strong>mdoubson wrote:</strong><br /><br /><a href="http://forum.codejock.com/uploads/20090817_143649_Access_Db25.zip" target="_blank">uploads/20090817_143649_Access_Db25.zip</A> <DIV>&nbsp;</DIV><DIV>Mike words: "Problem is that Access 2007 doesn't include license automatically to database - so you need set license manually in code before you show form with Calendar. - attached sample 'Access_Db25' shows it." </DIV><DIV>&nbsp;&nbsp;</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Ok so putting you code on the opening of the programs splash screen worked.</DIV><DIV>&nbsp;</DIV><DIV>So why does:</DIV><DIV>Dim Settings As New XtremeCalendarControl.CalendarGlobalSettings</DIV><DIV>&nbsp;</DIV><DIV>work and this doesn't ?</DIV><DIV>&nbsp;</DIV><DIV>CalendarGlobalSettings.License = the lic string...</DIV><DIV>&nbsp;</DIV><DIV>My only concern is this....&nbsp; I have to set this using my programs splash screen, as I call in many places to different forms with your control (that is wrapped with several of my classes) on it, so it would be very difficult to even call a procedure to set the lic on every call... </DIV><DIV>&nbsp;</DIV><DIV>My concern is that the variable will go out of scope or get destroy due to an unhanded error, and&nbsp;render the control defective.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Robert</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Robert</DIV>]]>
   </description>
   <pubDate>Mon, 17 Aug 2009 17:51:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52088&amp;title=speaking-of-support#52088</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : Mike words: &amp;#034;Problem is that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52083&amp;title=speaking-of-support#52083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 17 August 2009 at 2:36pm<br /><br /><DIV>Mike words: "Problem is that Access 2007 doesn't include license automatically to database - so you need set license manually in code before you show form with Calendar. - attached sample 'Access_Db25' shows it." </DIV><DIV>&nbsp;&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 17 Aug 2009 14:36:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52083&amp;title=speaking-of-support#52083</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : calLic is a module levelvariable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52044&amp;title=speaking-of-support#52044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2504">rgracie</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 4:31pm<br /><br />calLic is a module level&nbsp;variable to hold the lic. string.<DIV>&nbsp;</DIV><DIV>Try this in Access 2007.&nbsp;set the lic.&nbsp;string&nbsp;in code, Close the db. &nbsp;then&nbsp;remove the&nbsp;actual&nbsp;lic. file (renaming works). Then reopen&nbsp;database&nbsp;to see&nbsp;control produce the "<SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA">There is no object in this control</SPAN>" error.</DIV><DIV>&nbsp;</DIV><DIV>I have tried this on 3 different machines, the result is exactly the same.&nbsp;It's almost like it's not reading the lic.&nbsp;string when applied in code.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Robert</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 16:31:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52044&amp;title=speaking-of-support#52044</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : I don&amp;#039;t know but in my working...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52043&amp;title=speaking-of-support#52043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 4:13pm<br /><br />I don't know but in my working environment I had ReportControl.lic&nbsp;and produced ReportControl.ocx,&nbsp;Calendar.lic and produced Calendar.ocx - so names matched - why you use calLic as lic name? ]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 16:13:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52043&amp;title=speaking-of-support#52043</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : Ok, The problem persists.. Here...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52042&amp;title=speaking-of-support#52042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2504">rgracie</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 4:00pm<br /><br /><P>Ok, The problem persists..</P><DIV>Here is the the lic. string that I'm using:</DIV><DIV>&nbsp;</DIV><DIV>calLic = "Calendar Control Copyright (c) " &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "2003-2009 Codejock Software" &amp; vbCrLf &amp; "PRODUCT-ID: " &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Codejock.Calendar.ActiveX.v13.1" &amp; vbCrLf &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "VALIDATE-CODE: XXX-XXX-XXX-XXX"</DIV><DIV>&nbsp;</DIV><DIV>This is what is in my lic. file (They Match 100%)</DIV><DIV>&nbsp;</DIV><DIV>Calendar Control Copyright (c) 2003-2009 Codejock Software<BR>PRODUCT-ID: Codejock.Calendar.ActiveX.v13.1<BR>VALIDATE-CODE: XXX-XXX-XXX-XXX</DIV><DIV>&nbsp;</DIV><DIV>I apply the lic. like this in the "OnOpen" event of the form. I've also tried to apply it when I first open the app.</DIV><DIV>&nbsp;</DIV><DIV>CalendarGlobalSettings.License = calLic</DIV><DIV>&nbsp;</DIV><DIV>I have also tried this:</DIV><DIV>&nbsp;</DIV><DIV>Set m_objGS = New CalendarGlobalSettings<BR>m_objGS.License = calLic</DIV><DIV>&nbsp;</DIV><DIV>Keep in mind all of these have worked fine in the past, until this latest version 13.1</DIV><DIV>&nbsp;</DIV><DIV>So what am I now doing wrong?? Keep In mind I'm using this control in MS Access 2007 in a .mdb</DIV><DIV>&nbsp;</DIV><DIV>Robert</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 16:00:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52042&amp;title=speaking-of-support#52042</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : Are you sure that ocx filename...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52040&amp;title=speaking-of-support#52040</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 3:19pm<br /><br />Are you sure that ocx filename you registrate it match to your license descriptor? <DIV>E.g. I am giving fresh upgrade </DIV><DIV><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/CalendarC&#111;ntrolUpdated.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/CalendarControlUpdated.rar</A><BR><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/CalendarC&#111;ntrolUpdatedUnicode.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/CalendarControlUpdatedUnicode.rar</A><BR>but in rar there is NO lic-file and ocx name is very formal - like Calendar.ocx</DIV><DIV>You need to rename it to match proper license string</DIV><DIV>&nbsp;</DIV><DIV>&gt;&gt;If I copy the Lic. file with the .ocx the control initializes just fine </DIV><DIV>- this is looks like confirmation that I can be right (ocx was registrated sometime, app asked registry to find it by GUID - registry point to proper folder and filename - filename not matched to descriptor but ocx has proper lic file in same folder - so it passed identification ?) .</DIV><DIV>&nbsp;</DIV><DIV>What is strange in situation - you are not the only one who use 13.1 (and 13.1 upgrade) calendar ocx inside MS Access system (like sample I send you and you confirmed it works &#091;if lic file located in same folder&#093;) - but nobody esle report about license trouble (at least I don't know about such complains)</DIV>]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 15:19:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52040&amp;title=speaking-of-support#52040</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : Mark,  I know you are only trying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52038&amp;title=speaking-of-support#52038</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2504">rgracie</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 3:10pm<br /><br />Mark,<DIV>&nbsp; I know you are only trying to help, and I really appreciate that, but as I stated in the trouble ticket, I know how to apply the Lic. information via code, have been doing it since like version 7. No matter where I put the string, the control doesn't seem like it is reading it.&nbsp; If I copy the Lic. file with the .ocx the control initializes just fine.</DIV><DIV>&nbsp;</DIV><DIV>Robert</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 15:10:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52038&amp;title=speaking-of-support#52038</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. :  I passed this Issue to Mike...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52036&amp;title=speaking-of-support#52036</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 2:52pm<br /><br />I passed this Issue to Mike because this is his profile:<div><h4>Embedding License Information in Your Application</h4><p></p><p>There are some situations that you may need to include the content of the <b>LIC</b> file in your control using the <b>License</b> property. You <b>DO NOT</b> include the actual <b>LIC</b> file. For example, if you develop in C# you will need to include the license information, if you are developing an ActiveX control for Internet Explorer, you will need to include the license information, or if you are creating an ActiveX control that uses\included a Codejock component you will need to include the license information. There might be other situations where this is needed as well. <br><br>The <b>License</b> property is located in the <b>GlobalSettings </b>class for each control. The code below illustrates how to use the <b>License</b> property for each control used.<br><br>You will need to provide the correct<b> Product Id</b> and <b>Validate Code</b>. This information can be found in the <b>LIC </b>file. The <b>LIC</b> file is located in the same location as the OCX file. By default, the location of the <b>OCX</b> and <b>LIC</b> file is the "..\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX 2006 Q2\bin" for the Xtreme Suite installation. This code should be included before any controls are creates, for example, in thee <b>Form_Initialize</b> event of the main form for Visual Basic 6.0. For simplicity, the code below demonstrates how to embed the license information for the CommandBars only, you will need to do this for each control you use. </p><p>&lt; ="" method=post&gt;&lt; id=fp1 =":toggleCode('vb6','csharp','vbnet')" =  value=V1 name=R1&gt;<label for="fp1"> <font id="optvb6" style="font-weight: bold;">Visual Basic 6.0</font></label> &lt; id=fp2 =":toggleCode('csharp','vb6','vbnet')" = value=V1 name=R1&gt;<label for="fp2"> <font id="optcsharp">Visual C#</font></label> &lt; id=fp3 =":toggleCode('vbnet','vb6','csharp')" = value=V1 name=R1&gt;<label for="fp3"> <font id="optvbnet">Visual Basic .NET</font></label> </p><div id="vb6" style="margin-top: 15px; display: block; width: 100%;"><div><p><span>Private</span> <span>Sub</span> Form_Initialize()</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.License = "CommandBars Control Copyright (c) " &amp; _</p><p>&nbsp;&nbsp;&nbsp; "2003-2006 Codejock Software" &amp; vbCrLf &amp; "PRODUCT-ID: " &amp; _</p><p>&nbsp;&nbsp;&nbsp; "Codejock.CommandBars.ActiveX.v10.20" &amp; vbCrLf &amp; _</p><p>&nbsp;&nbsp;&nbsp; "VALIDATE-CODE: XXX-XXX-XXX-XXX"</p><p>&nbsp;</p><p><span>End</span> <span>Sub</span></p></div></div><div id="csharp" style="margin-top: 15px; display: n&#111;ne; width: 100%;"><div><p><span>public</span> frmMain()</p><p>{</p><p>&nbsp;&nbsp;&nbsp; XtremeCommandBars.CommandBarsGlobalSettingsClass CommandBarsSettings = </p><p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <span>new</span> XtremeCommandBars.CommandBarsGlobalSettingsClass();</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp; CommandBarsSettings.License = </p><p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "CommandBars Control Copyright (c) 2004-2006 " +</p><p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Codejock Software\r\n" +</p><p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "PRODUCT-ID: Codejock.CommandBars.ActiveX.v10.20\r\n" +</p><p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "VALIDATE-CODE: XXX-XXX-XXX-XXX";&nbsp; </p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp; <span>//</span></p><p>&nbsp;&nbsp;&nbsp; <span>// Required for Windows Form Designer support</span></p><p>&nbsp;&nbsp;&nbsp; <span>//</span></p><p>&nbsp;&nbsp;&nbsp; InitializeComponent();</p><p>&nbsp;</p><p>}</p></div></div><div id="vbnet" style="margin-top: 15px; display: n&#111;ne; width: 100%;"><div><p><span>Public</span> <span>Sub</span> <span>New</span>()</p><p>&nbsp;&nbsp;&nbsp; <span>MyBase</span>.New()</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp; <span>Dim</span> CommandBarsSettings <span>As</span> _</p><p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XtremeCommandBars.CommandBarsGlobalSettingsClass = _</p><p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <span>New</span> XtremeCommandBars.CommandBarsGlobalSettingsClass</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp; CommandBarsSettings.License = "CommandBars Control Copyright (c) " + _</p><p>&nbsp;&nbsp;&nbsp; "2003-2006 Codejock Software" + ControlChars.CrLf + "PRODUCT-ID: " + _</p><p>&nbsp;&nbsp;&nbsp; "Codejock.CommandBars.ActiveX.v10.20" + ControlChars.CrLf + _</p><p>&nbsp;&nbsp;&nbsp; "VALIDATE-CODE: XXX-XXX-XXX-XXX"</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp; <span>'This call is required by the Windows Form Designer.</span></p><p>&nbsp;&nbsp;&nbsp; InitializeComponent()</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp; <span>'Add any initialization after the InitializeComponent() call</span></p><p>&nbsp;</p><p><span>End</span> <span>Sub</span></p></div></div></div>]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 14:52:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52036&amp;title=speaking-of-support#52036</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : The problem is no one is letting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52028&amp;title=speaking-of-support#52028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2504">rgracie</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 11:05am<br /><br /><P>The problem is no one is letting me know what is going on with the problem. Not even, "we are working on it"... Nothing....</P><DIV>It's a problem with the latest version of the ocx. Prev. versions do not exhibit the problem. It's like the control is not looking at the lic. string entered in code, it's only looking for it in the lic. file...</DIV><DIV>&nbsp;</DIV><DIV>Robert</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 11:05:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52028&amp;title=speaking-of-support#52028</guid>
  </item> 
  <item>
   <title><![CDATA[Speaking of support. : Mike suppose to answer you about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52027&amp;title=speaking-of-support#52027</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14981<br /><strong>Posted:</strong> 15 August 2009 at 10:34am<br /><br /><P>Mike suppose to answer you about lic. I don't know about oxc-file management. May be you need to clean smth in cache or registry? </P>]]>
   </description>
   <pubDate>Sat, 15 Aug 2009 10:34:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14981&amp;PID=52027&amp;title=speaking-of-support#52027</guid>
  </item> 
 </channel>
</rss>