<?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 : ActiveX c&#111;ntrol will not display in IE</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : ActiveX c&#111;ntrol will not display in IE]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:38:25 +0000</pubDate>
  <lastBuildDate>Sat, 23 Dec 2006 02:13:35 +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=5801</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[ActiveX c&#111;ntrol will not display in IE : why it should ? Please point me...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18571&amp;title=activex-control-will-not-display-in-ie#18571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 23 December 2006 at 2:13am<br /><br />why it should ? Please point me to release notes/help file where I can read Report Control from 9.81 supports Internet Explorer... it was request in some version and we added it.<DIV>&nbsp;</DIV><DIV>Anyway lets close it.</DIV>]]>
   </description>
   <pubDate>Sat, 23 Dec 2006 02:13:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18571&amp;title=activex-control-will-not-display-in-ie#18571</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : Yes, I had performed those steps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18566&amp;title=activex-control-will-not-display-in-ie#18566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 22 December 2006 at 5:40pm<br /><br />Yes, I had performed those steps exactly as you described using v9.81. It doesn't work. As I indicated in the previous post it does not work with v9.81 but does work in 10.4. I'm disapointed that I had to buy 10.4 just to get this to work when it should have worked in v9.81. I'd say there is a bug in v9.81.]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 17:40:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18566&amp;title=activex-control-will-not-display-in-ie#18566</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : You become rude....   First...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18563&amp;title=activex-control-will-not-display-in-ie#18563</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 22 December 2006 at 3:41pm<br /><br />You become rude.... <DIV>&nbsp;</DIV><DIV>First of all check <B>Q169438</B> in MSDN, where you can find that ActiveX architecture/Internet Explorer don't have way use in one ActiveX control another ActiveX control that requre Run-Time license. We specially added License property to avoid it. So don't call it bug.</DIV><DIV>&nbsp;</DIV><DIV>Ok here steps </DIV><DIV>1. Create UserControl and add ReportControl</DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp; Add code</DIV><DIV>&nbsp;</DIV><DIV>Private Sub UserControl_Initialize()<BR>XtremeReportControl.License = _<BR>"Report Control Copyright (c) 2003-2006 Codejock Software" &amp; vbCrLf &amp; _<BR>"PRODUCT-ID: Codejock.ReportControl.ActiveX.v10.4" &amp; vbCrLf &amp; _<BR>"VALIDATE-CODE: xxx-xxx-xxx-xxx"<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>(xxx find in lic file)</DIV><DIV>&nbsp;</DIV><DIV>3. save it and compile</DIV><DIV>4. sign ocx file</DIV><DIV>5.With deploymnet wizard create cab file (Put ocx and ReportControl.ocx to this cab) and test html file. 6. Sign cab file.</DIV><DIV>7. copy to ftp and test.<BR></DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 15:41:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18563&amp;title=activex-control-will-not-display-in-ie#18563</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : Please do send sample and steps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18557&amp;title=activex-control-will-not-display-in-ie#18557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 22 December 2006 at 2:15pm<br /><br />Please do send sample and steps on how you created your example. IssueTrak #11598. I have also just purchased the 10.4 version but would like to see your example using the 9.81 version.<DIV>&nbsp;</DIV><DIV>Thxs</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 14:15:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18557&amp;title=activex-control-will-not-display-in-ie#18557</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : I have created an IssueTrak ticket.  Did...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18423&amp;title=activex-control-will-not-display-in-ie#18423</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 20 December 2006 at 3:19pm<br /><br />I have created an IssueTrak ticket.<DIV>&nbsp;</DIV><DIV>Did you create your sample using v9.81? I downloaded the demo for the latest version, v10.3.1 and did discover the issue does not exist with that version.</DIV><DIV>&nbsp;</DIV><DIV>When you created the test project did you select to build an ActiveX control or something else? I selected an ActiveX control.</DIV><DIV>&nbsp;</DIV><DIV>There really isn't any code to speak of in the test project I created. I did set the .License property as indicated in the aforementioned web page. Other than that there is no code. I also used the LPK tool as I see you did also. Looking at the code from your ReportTest.htm install page mine looks exactly like yours. Did you use the .License property? If so, did you place it in the UserControl Initialize event?</DIV><DIV>&nbsp;</DIV><DIV>I also discovered that I can make the 9.81 release work if I place the ReportControl on a Form --but not on a UserControl. It appears you used a Form instead of a UserControl. The 10.3.1 release does work on a UserControl. Can your test project work on a UserControl?</DIV>]]>
   </description>
   <pubDate>Wed, 20 Dec 2006 15:19:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18423&amp;title=activex-control-will-not-display-in-ie#18423</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : Hi, As I wrote 15 December, create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18414&amp;title=activex-control-will-not-display-in-ie#18414</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 20 December 2006 at 11:20am<br /><br /><P>Hi,</P><DIV>As I wrote 15 December, create issue in issue track and I will send you sample and steps.</DIV><DIV>&nbsp;</DIV><DIV>Worked for me without problems:</DIV><DIV><a href="http://www.codejock.com/public/download/temp/ReportTest.htm" target="_blank">http://www.codejock.com/public/download/temp/ReportTest.htm</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Dec 2006 11:20:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18414&amp;title=activex-control-will-not-display-in-ie#18414</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : I found the following article...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18338&amp;title=activex-control-will-not-display-in-ie#18338</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 18 December 2006 at 1:49pm<br /><br />I found the following article buried in the CodeJock web site that sheds a little light on this situation:<DIV>&nbsp;</DIV><DIV><SPAN =url><a href="http://www.codejock.com/support/articles/com/general/g_3.asp" target="_blank">http://www.codejock.com/support/articles/com/general/g_3.asp</A></SPAN></DIV><DIV><SPAN =url></SPAN>&nbsp;</DIV><DIV><SPAN =url>The steps outlined in the article must be taken in order to successfully create a ActiveX control for Internet Explorer.</SPAN></DIV><DIV><SPAN =url></SPAN>&nbsp;</DIV><DIV><SPAN =url>I did create the code as outlined but unfortunately I still have the same issue. The control will not display in IE. I also tried distributing the CodeJock CAB file as found in the \bin\Redist folder as well as including the CodeJock OCX in my CAB file project but neither step, along with the one included in said article, corrected the problem with my very simple project (see original post).</SPAN></DIV><DIV><SPAN =url></SPAN>&nbsp;</DIV><DIV><SPAN =url>I see that you list yourself as "Senior Developer" w/CJ Software. I'm curious, you don't seem to know anything about this issue. Is that correct?</SPAN></DIV>]]>
   </description>
   <pubDate>Mon, 18 Dec 2006 13:49:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18338&amp;title=activex-control-will-not-display-in-ie#18338</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : yes, I think it is place you have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18259&amp;title=activex-control-will-not-display-in-ie#18259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 15 December 2006 at 4:03am<br /><br />yes, I think it is place you have to start. instead adding codejock control to your cab file,&nbsp; destribute our cab file.]]>
   </description>
   <pubDate>Fri, 15 Dec 2006 04:03:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18259&amp;title=activex-control-will-not-display-in-ie#18259</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : OK, I&amp;#039;ve created an IssueTrak...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18256&amp;title=activex-control-will-not-display-in-ie#18256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 15 December 2006 at 3:22am<br /><br />OK, I've created an IssueTrak report.<DIV>&nbsp;</DIV><DIV>BTW, can you tell me what the following folder is for:</DIV><DIV>&nbsp;</DIV><DIV>C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v9.81\bin\Redist</DIV><DIV>&nbsp;</DIV><DIV>It contains all of the CodeJock components in CAB files.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Fri, 15 Dec 2006 03:22:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18256&amp;title=activex-control-will-not-display-in-ie#18256</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveX c&#111;ntrol will not display in IE : Hi, Create new issue in issuetrack....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18252&amp;title=activex-control-will-not-display-in-ie#18252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5801<br /><strong>Posted:</strong> 15 December 2006 at 12:54am<br /><br /><P>Hi,</P><DIV>Create new issue in issuetrack.</DIV>]]>
   </description>
   <pubDate>Fri, 15 Dec 2006 00:54:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5801&amp;PID=18252&amp;title=activex-control-will-not-display-in-ie#18252</guid>
  </item> 
 </channel>
</rss>