<?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 : [SOLVED] Merging and invisible columns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] Merging and invisible columns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 09:45:58 +0000</pubDate>
  <lastBuildDate>Thu, 01 Dec 2011 10:49: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=19250</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[[SOLVED] Merging and invisible columns : Hi,this is the same problem as...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19250&amp;PID=66990&amp;title=solved-merging-and-invisible-columns#66990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 19250<br /><strong>Posted:</strong> 01 December 2011 at 10:49am<br /><br />Hi,<br><br>this is the same problem as when you group by one of the columns. The algorithm that finds the current merged cell ranges doesn't cover these cases.<br><br>I close this thread as it is the same issue as in the other thread.<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Thu, 01 Dec 2011 10:49:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19250&amp;PID=66990&amp;title=solved-merging-and-invisible-columns#66990</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Merging and invisible columns :  Hi;Consider a report control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19250&amp;PID=66977&amp;title=solved-merging-and-invisible-columns#66977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19250<br /><strong>Posted:</strong> 30 November 2011 at 6:19pm<br /><br />Hi;<br><br>Consider a report control with a few columns<br><br>|&nbsp; A&nbsp; |&nbsp; B&nbsp; |&nbsp; C&nbsp; |&nbsp; D&nbsp; |&nbsp; E&nbsp; |&nbsp; F&nbsp; |<br><br>Now hide every third column (C and F) by calling CXTPReportColumn::SetVisible(FALSE)<br>and then merge all columns of each row:<br><br>for (i=0; i&lt;NumRows; i++)<br>&nbsp; GetRecords()-&gt;MergeItems(CXTPReportRecordItemRange(0, 5, row, row));<br><br>At last call Populate().<br><br>The result is not what is expected! I see the data of the first column A in A and B and a second time in D and E.<br>This can be reproduced with the CJ report sample too.<br><br>I expect the remaining columns A, B, D, E to be merged to one big cell.<br>When showing the columns C and F again then the merging should comprehend all six columns.<br><br>]]>
   </description>
   <pubDate>Wed, 30 Nov 2011 18:19:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19250&amp;PID=66977&amp;title=solved-merging-and-invisible-columns#66977</guid>
  </item> 
 </channel>
</rss>