<?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 : Why doesn&#146;t it show?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Why doesn&#146;t it show?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:29:57 +0000</pubDate>
  <lastBuildDate>Wed, 15 Feb 2006 05:26:25 +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=3623</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[Why doesn&#146;t it show? : AH! found it... I forgot to remove...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10985&amp;title=why-doesnt-it-show#10985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1778">ramon</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 15 February 2006 at 5:26am<br /><br /><P>AH! found it... I forgot to remove some calls in InitializeComponents().<IMG src="https://forum.codejock.com/smileys/smiley9.gif" border="0"></P><P>So designing is back to normal...</P><P>Still curious if there will be a fix for this in the (near) future!</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 15 Feb 2006 05:26:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10985&amp;title=why-doesnt-it-show#10985</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : This seems to work! Thanks for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10984&amp;title=why-doesnt-it-show#10984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1778">ramon</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 15 February 2006 at 5:19am<br /><br /><P>This seems to work! Thanks for your support.</P><P>Is there any change of this getting fixed?</P><P>Because even though this does work, interface design gets tedious, because designing visually is now out of the question, as it shows only an error screen. Or is there a way to prevent this?</P><P>Hope you have an answer...</P>]]>
   </description>
   <pubDate>Wed, 15 Feb 2006 05:19:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10984&amp;title=why-doesnt-it-show#10984</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : Hello,  yes, we agree that the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10973&amp;title=why-doesnt-it-show#10973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 14 February 2006 at 1:48pm<br /><br /><P>Hello, </P><P>yes, we agree that the problem exists if Report used in _MDI Child Form_ and VC2005 used (it can't be reproduced with vc 2002/2003)</P><P>As workaround I can suggest create ReportControl dynamically instead of using designer:</P><P><FONT color=#0000ff size=2>Private</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Sub</FONT><FONT size=2> frmItems_Load(</FONT><FONT color=#0000ff size=2>ByVal</FONT><FONT size=2> sender </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> System.Object, </FONT><FONT color=#0000ff size=2>ByVal</FONT><FONT size=2> e </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> System.EventArgs) </FONT><FONT color=#0000ff size=2>Handles</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>MyBase</FONT><FONT size=2>.Load</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1 = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> AxXtremeReportControl.AxReportControl</P><P></FONT><FONT color=#0000ff size=2>CType</FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1, System.ComponentModel.ISupportInitialize).BeginInit()</P><P></FONT><FONT color=#008000 size=2>'</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>'AxReportControl1</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>'</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1.Enabled = </FONT><FONT color=#0000ff size=2>True</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1.Location = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> System.Drawing.Point(2, 3)</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1.Name = </FONT><FONT color=#800000 size=2>"AxReportControl1"</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1.Size = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> System.Drawing.Size(709, 275)</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1.TabIndex = 4</P><P></FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.Controls.Add(</FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1)</P><P>&nbsp;</P><P></FONT><FONT color=#0000ff size=2>CType</FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2>Me</FONT><FONT size=2>.AxReportControl1, System.ComponentModel.ISupportInitialize).EndInit()</FONT></P><P><FONT size=2>....</P></FONT>]]>
   </description>
   <pubDate>Tue, 14 Feb 2006 13:48:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10973&amp;title=why-doesnt-it-show#10973</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : You have PM, BTW, eval users can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10960&amp;title=why-doesnt-it-show#10960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 14 February 2006 at 9:17am<br /><br />You have PM, BTW, eval users can use IssueTrack as well.&nbsp; Simply send an email to support@codejock.com and then you will receive your credentials to log in.]]>
   </description>
   <pubDate>Tue, 14 Feb 2006 09:17:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10960&amp;title=why-doesnt-it-show#10960</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : OK, I now have room in my Inbox ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10956&amp;title=why-doesnt-it-show#10956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 14 February 2006 at 8:34am<br /><br />OK, I now have room in my Inbox<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Tue, 14 Feb 2006 08:34:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10956&amp;title=why-doesnt-it-show#10956</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : Mmmm your inbox is full.... Any...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10954&amp;title=why-doesnt-it-show#10954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1778">ramon</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 14 February 2006 at 4:29am<br /><br /><P>Mmmm your inbox is full....</P><P>Any suggestions?</P>]]>
   </description>
   <pubDate>Tue, 14 Feb 2006 04:29:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10954&amp;title=why-doesnt-it-show#10954</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : I don&amp;#039;t have access to that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10953&amp;title=why-doesnt-it-show#10953</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1778">ramon</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 14 February 2006 at 4:27am<br /><br /><P>I don't have access to that part, I didn't buy it yet...<IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></P><P>I uploaded a zip here:<A href="https://forum.codejock.com/uploads/ram&#111;n/2006-02-14_042707_Projects.zip" target="_blank">2006-02-14_042707_Projects.zip</A> </P><P>I'll give the password thru a PM.</P><P>Good luck, and thanks for your help</P>]]>
   </description>
   <pubDate>Tue, 14 Feb 2006 04:27:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10953&amp;title=why-doesnt-it-show#10953</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : You need to log into IssueTrack...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10941&amp;title=why-doesnt-it-show#10941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 13 February 2006 at 7:04am<br /><br />You need to log into IssueTrack and attach the project, or you can attach it to this thread if you like.&nbsp; If using IssueTrack, you must log in to attach the project, if you only send email the attachment will be lost.]]>
   </description>
   <pubDate>Mon, 13 Feb 2006 07:04:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10941&amp;title=why-doesnt-it-show#10941</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? : If you like I can send you my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10940&amp;title=why-doesnt-it-show#10940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1778">ramon</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 13 February 2006 at 2:29am<br /><br /><P>If you like I can send you my code.</P><P>Give me an emailaddress, or mail it to <A href="mailto:ram&#111;n@ows.nl" target="_blank">ramon@ows.nl</A>, and I will send what I have, including screendumps, so you can see what actually happens.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 13 Feb 2006 02:29:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10940&amp;title=why-doesnt-it-show#10940</guid>
  </item> 
  <item>
   <title><![CDATA[Why doesn&#146;t it show? :  Can you tell me the exact steps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10908&amp;title=why-doesnt-it-show#10908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3623<br /><strong>Posted:</strong> 09 February 2006 at 11:35am<br /><br />Can you tell me the exact steps to reproduce?&nbsp; If there is a problem, it will for sure be fixed, so don't worry about that.&nbsp; I just need to be able to reproduce it.<br><br>I added about 20 different controls to the same form as the Report and it still displays for me.<br><br>BTW, the nag screen will be displayed for each instance of a control.&nbsp; So if you had 2 Reports, then it will be displayed twice.<br>]]>
   </description>
   <pubDate>Thu, 09 Feb 2006 11:35:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3623&amp;PID=10908&amp;title=why-doesnt-it-show#10908</guid>
  </item> 
 </channel>
</rss>