<?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 : BUGS: Several bugs in report control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : BUGS: Several bugs in report control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:02:23 +0000</pubDate>
  <lastBuildDate>Fri, 18 Nov 2011 13:50:14 +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=19190</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[BUGS: Several bugs in report control : Hi,we are currently finializing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19190&amp;PID=66867&amp;title=bugs-several-bugs-in-report-control#66867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 19190<br /><strong>Posted:</strong> 18 November 2011 at 1:50pm<br /><br />Hi,<br><br>we are currently finializing 15.2.0. These bugs will be fixed shortly after the release. I'll look into the DEL key issue ASAP.<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Fri, 18 Nov 2011 13:50:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19190&amp;PID=66867&amp;title=bugs-several-bugs-in-report-control#66867</guid>
  </item> 
  <item>
   <title><![CDATA[BUGS: Several bugs in report control : Perhaps this is related to this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19190&amp;PID=66838&amp;title=bugs-several-bugs-in-report-control#66838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 19190<br /><strong>Posted:</strong> 16 November 2011 at 4:04pm<br /><br />Perhaps this is related to this one:<br><a href="http://forum.codejock.com/forum_posts.asp?TID=17289&amp;KW=&amp;PID=60952" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=17289&amp;KW=&amp;PID=60952</a><br>]]>
   </description>
   <pubDate>Wed, 16 Nov 2011 16:04:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19190&amp;PID=66838&amp;title=bugs-several-bugs-in-report-control#66838</guid>
  </item> 
  <item>
   <title><![CDATA[BUGS: Several bugs in report control : Hi I found several bugs  in a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19190&amp;PID=66833&amp;title=bugs-several-bugs-in-report-control#66833</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19190<br /><strong>Posted:</strong> 16 November 2011 at 9:29am<br /><br />Hi I found several bugs <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" alt="C&#111;nfused" title="C&#111;nfused" /> in a simple report control using toolkit 15.1.3&nbsp;that I set up in this way:<br><br><table width="99%"><tr><td><pre class="BBcode">void CReportConditionDlg::InitializeReport() {<br>	Report_.ShowHeader(FALSE);<br>	Report_.AllowEdit(TRUE);<br><br>	Report_.SelectionEnable(FALSE);<br>	Report_.FocusSubItems(TRUE);<br>	Report_.GetToolTipContext()-&gt;SetStyle(xtpToolTipResource);<br><br>	Report_.GetPaintManager()-&gt;m_bUseAlternativeBackground=TRUE;<br>	Report_.GetPaintManager()-&gt;m_clrAlternativeBackground=RGB(236,239,244);<br>	Report_.GetPaintManager()-&gt;SetGridStyle(TRUE, xtpReportGridNoLines);<br>	Report_.GetPaintManager()-&gt;SetColumnStyle(xtpReportColumnResource);<br><br>	CXTPReportColumn* Column=Report_.AddColumn(new CXTPReportColumn(0, L"", L"Feld", 150));<br>	Column-&gt;GetEditOptions()-&gt;AddConstraint(L"Analysetyp", 0);<br>	Column-&gt;GetEditOptions()-&gt;AddConstraint(L"Artikel", 1);<br>	Column-&gt;GetEditOptions()-&gt;AddConstraint(L"Produktionslinie", 2);<br>	Column-&gt;GetEditOptions()-&gt;AddConstraint(L"Silo", 3);<br>	Column-&gt;GetEditOptions()-&gt;AddComboButton(TRUE);<br>	Column-&gt;GetEditOptions()-&gt;m_bConstraintEdit=TRUE;<br><br>	Column=Report_.AddColumn(new CXTPReportColumn(1, L"", L"Operator", 80));<br>	Column-&gt;GetEditOptions()-&gt;m_bAllowEdit=FALSE;<br><br>	Column=Report_.AddColumn(new CXTPReportColumn(2, L"", L"Wert", 200));<br>	Column-&gt;GetEditOptions()-&gt;m_bConstraintEdit=TRUE;<br><br>	Column=Report_.AddColumn(new CXTPReportColumn(3, L"", L"Verknüpfung", 200));<br>	Column-&gt;GetEditOptions()-&gt;AddConstraint(L"&lt;keine weitere Bedingung&gt;", 0);<br>	Column-&gt;GetEditOptions()-&gt;AddConstraint(L"UND", 1);<br>	Column-&gt;GetEditOptions()-&gt;AddConstraint(L"ODER", 2);<br>	Column-&gt;GetEditOptions()-&gt;AddComboButton(TRUE);<br>	Column-&gt;GetEditOptions()-&gt;m_bConstraintEdit=TRUE;<br><br>	Report_.AddRecord(new CCompoundReportRecord());<br>	Report_.AddRecord(new CCompoundReportRecord());<br>	Report_.AddRecord(new CCompoundReportRecord());<br>	Report_.AddRecord(new CCompoundReportRecord());<br>	Report_.AddRecord(new CCompoundReportRecord());<br><br>	Report_.Populate();<br>}</pre></td></tr></table><br><br>The initial report control can be seen here:<img src="uploads/109/Report_1.png" height="124" width="532" border="0" /><br>When clicking into an item with content that is larger than the column width, the content is moved to the left leaving some artefacts on top of the combo button:<br><img src="uploads/109/Report_2.png" height="216" width="560" border="0" /><br>Now when selecting the content using the mouse I'm able to delete the whole content by pressing the DEL key. BACKSPACE and all other keys are disabled:<br><img src="uploads/109/Report_3.png" height="384" width="532" border="0" /><br>Normally this should be impossible because I turned on constraint edit only (as described in online&nbsp; documentation) by calling CXTPReportColumn::GetEditOptions()-&gt;m_bConstraintEdit=TRUE and an empty selection is not contained in the list of constraints.<br><br>So it's definitely a bug! <br>Could this be fixed ASAP?<br>]]>
   </description>
   <pubDate>Wed, 16 Nov 2011 09:29:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19190&amp;PID=66833&amp;title=bugs-several-bugs-in-report-control#66833</guid>
  </item> 
 </channel>
</rss>