<?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 : ReportControl randomly crashes the application</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ReportControl randomly crashes the application]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 04:23:42 +0000</pubDate>
  <lastBuildDate>Sat, 24 Apr 2010 09:57:15 +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=16562</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[ReportControl randomly crashes the application : I have had also sometimes crashes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58184&amp;title=reportcontrol-randomly-crashes-the-application#58184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 16562<br /><strong>Posted:</strong> 24 April 2010 at 9:57am<br /><br />I have had also sometimes crashes in the reportcontrol, but i found the reason: <DIV>If you are in any event of a reportcontrol, you don't have to add or remove any rows ore items or just call Populate-Method.</DIV><DIV>In this cases, the reportcontrol crashes the application, maybe not immediatly but after a while.</DIV><DIV>&nbsp;</DIV><DIV>When you want to change the reportcontrol within an event, than use a timerobject instead.</DIV><DIV>I have defined a disabled&nbsp;normal timer-control on the form.</DIV><DIV>In the event, which should change the reportcontrol, i just enable the timer and leave the event.</DIV><DIV>&nbsp;</DIV><DIV>This happens mostly on remove records or even call populate within events, so the returning of the event will crash if the currently processed row, record or item doesn't&nbsp;exists anymore.</DIV>]]>
   </description>
   <pubDate>Sat, 24 Apr 2010 09:57:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58184&amp;title=reportcontrol-randomly-crashes-the-application#58184</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl randomly crashes the application :   defsys42 wrote:  Have you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58065&amp;title=reportcontrol-randomly-crashes-the-application#58065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16562<br /><strong>Posted:</strong> 13 April 2010 at 3:21pm<br /><br /><FONT size=2><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by defsys42" alt="Originally posted by defsys42" style="vertical-align: text-bottom;" /> <strong>defsys42 wrote:</strong><br /><br /></FONT><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>&#091;...&#093;<BR>Have you any idea about report's methods which we should look more carefully ?</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2></td></tr></table></FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>Hi,</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>I didn't have that many crashes with ReportControl, I believe it's stable <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>Well, I had problem&nbsp;with: .<strong>FreezeColumnsCount</strong> = False (expects an integer) but this has been solved (I can't think of any other crashes I had in the past)</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>Try to look for "crash" in ReportControl subforum&nbsp;and maybe someone else used same event and had crash also (Top of this page there's a search icon, click and find out <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">) and&nbsp;create list of used events and&nbsp;methods&nbsp;of RC. Last option is to show me your code (you can find my email address if you click on username) </FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>Good luck</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 13 Apr 2010 15:21:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58065&amp;title=reportcontrol-randomly-crashes-the-application#58065</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl randomly crashes the application : We (i.e at work) use report control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58051&amp;title=reportcontrol-randomly-crashes-the-application#58051</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6030">defsys42</a><br /><strong>Subject:</strong> 16562<br /><strong>Posted:</strong> 13 April 2010 at 3:25am<br /><br />We (i.e at work) use report control a lot. And we use them all the same way. The main problem is that we have the "bug" i described previously only in one of those reports (the other reports work just fine).<br /><br />The fact that the user told us the bug occurs randomly with the Windows error reporting makes me thing that maybe there are cases where reports are kind of unstable. <br /><br />All the functions we produce have error handling.<br /><br />Have you any idea about report's methods which we should look more carefully ?]]>
   </description>
   <pubDate>Tue, 13 Apr 2010 03:25:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58051&amp;title=reportcontrol-randomly-crashes-the-application#58051</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl randomly crashes the application :   defsys42 wrote:   The error...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58042&amp;title=reportcontrol-randomly-crashes-the-application#58042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16562<br /><strong>Posted:</strong> 12 April 2010 at 2:54pm<br /><br /><FONT size=2><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by defsys42" alt="Originally posted by defsys42" style="vertical-align: text-bottom;" /> <strong>defsys42 wrote:</strong><br /><br /></FONT><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>&#091;...&#093;</FONT></DIV><DIV><FONT size=2>The error occurs from time to time on a report on which we combine comboxes and spinners etc... <BR>Here are the properties set for the report.&nbsp;<BR>And yes, we're currently using the reportcontrol v12.0.2. <BR>&#091;...&#093;</FONT></DIV><DIV><BR><FONT size=2></td></tr></table> </FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>Hi,</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>If I look at your settings you use ReportItems (for editing using combobox and spinner)&nbsp;, Header and Footer rows.</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>There are a few properties you have to set in code (I'm not sure all properties are saved in IDE, check one of my posts in ReportControl&nbsp;forum) so just uploading image isn't enough. I guess you set some properties in code as well </FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>I don't use header / footer rows so I can't say if there would be any problems with it. There was one issue regarding combobox but I can't remember what it was (try to search forum) </FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>What else do you use? Markup, BeforeDrawRow event (or other events), &nbsp;virtual report? </FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV>]]>
   </description>
   <pubDate>Mon, 12 Apr 2010 14:54:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58042&amp;title=reportcontrol-randomly-crashes-the-application#58042</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl randomly crashes the application : The error occurs from time to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58034&amp;title=reportcontrol-randomly-crashes-the-application#58034</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6030">defsys42</a><br /><strong>Subject:</strong> 16562<br /><strong>Posted:</strong> 12 April 2010 at 6:03am<br /><br />The error occurs from time to time on a report on which we combine comboxes and spinners etc...<br />Here are the properties set for the report.<br /><br /><img src="http://www.web-images.org/images/11820_screenshot_reportc&#111;ntrol.jpg" border="0"><br /><br />And yes, we're currently using the reportcontrol v12.0.2.<br /><br />By the way, thank you in advance for helping us solve this.]]>
   </description>
   <pubDate>Mon, 12 Apr 2010 06:03:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58034&amp;title=reportcontrol-randomly-crashes-the-application#58034</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl randomly crashes the application : Hi,   Can you be more specific?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58031&amp;title=reportcontrol-randomly-crashes-the-application#58031</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16562<br /><strong>Posted:</strong> 11 April 2010 at 3:03pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Can you be more specific? </DIV><DIV>&nbsp;</DIV><DIV>What kind of features do you use? (grouping, sorting, previewitems etc etc)&nbsp;I guess you have ReportControl V12.0.2 ?</DIV><DIV>&nbsp;</DIV><DIV>Better to show which properties are set on startup, maybe I'm able to help you <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 11 Apr 2010 15:03:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=58031&amp;title=reportcontrol-randomly-crashes-the-application#58031</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl randomly crashes the application : Hi,   I&amp;#039;m currently designing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=57990&amp;title=reportcontrol-randomly-crashes-the-application#57990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6030">defsys42</a><br /><strong>Subject:</strong> 16562<br /><strong>Posted:</strong> 08 April 2010 at 11:12am<br /><br />Hi, <br /><br />I'm currently designing a vb6 software using the codejock framework (v12.0.2). It runs on Windows XP SP3<br /><br />Some users reports that using report controls make the app crashes.<br /><br />We've been trying to track the issue but haven't been able to reproduce this bug.<br /><br />Any suggestion about a workaround ?<br /><br />]]>
   </description>
   <pubDate>Thu, 08 Apr 2010 11:12:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16562&amp;PID=57990&amp;title=reportcontrol-randomly-crashes-the-application#57990</guid>
  </item> 
 </channel>
</rss>