<?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 : MergePreviousCells  working?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : MergePreviousCells  working?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:49:14 +0000</pubDate>
  <lastBuildDate>Thu, 10 Mar 2011 12:49:42 +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=16761</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[MergePreviousCells  working? : Acomplete re-write of the Merge...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=63224&amp;title=mergepreviouscells-working#63224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 10 March 2011 at 12:49pm<br /><br />A&nbsp;complete re-write of the Merge Cell functionality is in the works]]>
   </description>
   <pubDate>Thu, 10 Mar 2011 12:49:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=63224&amp;title=mergepreviouscells-working#63224</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : Is this ever going to be looked...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=62668&amp;title=mergepreviouscells-working#62668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6120">robirenz</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 15 February 2011 at 12:57pm<br /><br />Is this ever going to be looked at<br>latest version 15.0.1 still does the same kind of problems...<br>This was reported a long time ago and have not seen any kind of progress.<br><br>I emailed support about this about 5 times and never got a single reply, as if I didn't even exit.<br>is this normal for anybody else?<br>]]>
   </description>
   <pubDate>Tue, 15 Feb 2011 12:57:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=62668&amp;title=mergepreviouscells-working#62668</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : Nevermind, managed to find it......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=59970&amp;title=mergepreviouscells-working#59970</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 31 August 2010 at 9:39am<br /><br />Nevermind, managed to find it... I add the property '.AllowColumnSort = False' and voila...<br>]]>
   </description>
   <pubDate>Tue, 31 Aug 2010 09:39:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=59970&amp;title=mergepreviouscells-working#59970</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : I&amp;#039;m trying to do this but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=59884&amp;title=mergepreviouscells-working#59884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 24 August 2010 at 4:14am<br /><br />I'm trying to do this but getting no luck either! I'm setting up the reportcontrol like this:<br><br>&nbsp;&nbsp;&nbsp; ' Basic setup<br>&nbsp;&nbsp;&nbsp; With repData<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoColumnSizing = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowColumnRemove = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowColumnReorder = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .BorderStyle = xtpBorderFrame<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Columns.DeleteAll<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Icons = imgIcons.Icons<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MultipleSelection = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.HorizontalGridStyle = xtpGridSolid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.VerticalGridStyle = xtpGridSolid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.AllowMergeCells = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowGroupBox = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SortedDragDrop = False<br>&nbsp;&nbsp;&nbsp; End With<br><br>Am i missing something? When i add the records , I set the mergepreviouscells property to 1 before populating!<br>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 04:14:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=59884&amp;title=mergepreviouscells-working#59884</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : Hi,  I just used above sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58911&amp;title=mergepreviouscells-working#58911</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 13 June 2010 at 4:18am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I just used above sample to demonstrate what is wrong. Maybe there are more problems... So I suggest you report them inhere <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20100613_041555_MergeCells.JPG" border="0"></DIV>]]>
   </description>
   <pubDate>Sun, 13 Jun 2010 04:18:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58911&amp;title=mergepreviouscells-working#58911</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? :  Will this be fixed in in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58719&amp;title=mergepreviouscells-working#58719</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6120">robirenz</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 28 May 2010 at 9:38am<br /><br />Will this be fixed in in the future?<br><br>Also if you add the freezecolomn property to it and just change one of the columns to have the mergepreviousverticalcells property like on the first column, all of the colomns up to the freeze point will inherit the merge making everything pretty much unreadable.<br>There just seems to be a lot a problem with this property and sure wish it was working properly..<br><br>Best Regards...<br><br>Roberto Renz<br>]]>
   </description>
   <pubDate>Fri, 28 May 2010 09:38:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58719&amp;title=mergepreviouscells-working#58719</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : hmm, didn&amp;#039;t see it on your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58713&amp;title=mergepreviouscells-working#58713</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 28 May 2010 at 8:36am<br /><br />hmm, didn't see it on your list or I just plain missed it.<br><br>It appears the developer who added this feature did not intend for the columns to be re sized if you used this feature.<br>]]>
   </description>
   <pubDate>Fri, 28 May 2010 08:36:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58713&amp;title=mergepreviouscells-working#58713</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : Hi SuperMario,  Nice feature,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58705&amp;title=mergepreviouscells-working#58705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 27 May 2010 at 4:50pm<br /><br />Hi SuperMario,<DIV>&nbsp;</DIV><DIV>Nice feature, but as I said before, it's not finished <img src="https://forum.codejock.com/smileys/smiley11.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20100527_164558_MergeCells.bmp" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Just resize columns a bit and you will see...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 27 May 2010 16:50:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58705&amp;title=mergepreviouscells-working#58705</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : Option ExplicitPrivate Sub Form_Load()Dim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58699&amp;title=mergepreviouscells-working#58699</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 27 May 2010 at 3:35pm<br /><br />Option Explicit<br><br>Private Sub Form_Load()<br>Dim column As ReportColumn<br>Dim item As ReportRecordItem<br><br>&nbsp;&nbsp; With Me.ReportControl1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set column = .Columns.Add(.Columns.Count, "1", 50, True)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.Editable = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.Sortable = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.Alignment = xtpAlignmentWordBreak<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.HeaderAlignment = xtpAlignmentWordBreak Or xtpAlignmentCenter<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set column = .Columns.Add(.Columns.Count, "2", 200, True)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.Sortable = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.Alignment = xtpAlignmentWordBreak<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.HeaderAlignment = xtpAlignmentWordBreak Or xtpAlignmentCenter<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set column = .Columns.Add(.Columns.Count, "3", 50, True)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.Sortable = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column.HeaderAlignment = xtpAlignmentWordBreak Or xtpAlignmentCenter<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set item = .AddItem("CodeJock MFC and ActiveX products ")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; item.MergePreviousCells = 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; item.Alignment = xtpAlignmentVCenter Or xtpAlignmentCenter<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set item = .AddItem("Platform ")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set item = .AddItem("MFC, ActiveX")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set item = .AddItem("Calendar, Command Bars, Controls, Docking Pane")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set item = .AddItem("Codejock products for MFC and ActiveX developers ")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; item.MergePreviousVerticalCells = 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; item.Alignment = xtpAlignmentWordBreak<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set item = .AddItem("Property Grid, Report Control, Shortcut Bar, Skin Framework, Syntax Edit, Task Panel")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ("Next row")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ("Next item")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ("Last row")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ("Last item")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowEdit = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .FocusSubItems = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .StrictBestFit = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.FixedRowHeight = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.DrawGridForEmptySpace = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.HorizontalGridStyle = xtpGridSolid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.VerticalGridStyle = xtpGridSolid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.GridLineColor = RGB(192, 192, 255)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.AllowMergeCells = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ColumnStyle = xtpColumnOffice2007<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.ForceShowTooltip = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ToolTipContext.Style = xtpToolTipOffice2007<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.PaintManager.UseColumnTextAlignment = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.FreeHeightMode = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowColumnReorder = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowColumnSort = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowColumnRemove = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowGroupBox = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CreateRowNumberColumn 10<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableDragDrop "MergeReport", xtpReportAllowDragMove Or xtpReportAllowDrop<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Populate<br>&nbsp;&nbsp; End With<br>End Sub<br><br>Private Sub Form_Resize()<br>&nbsp;&nbsp;&nbsp; Me.ReportControl1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight<br>End Sub <br>]]>
   </description>
   <pubDate>Thu, 27 May 2010 15:35:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58699&amp;title=mergepreviouscells-working#58699</guid>
  </item> 
  <item>
   <title><![CDATA[MergePreviousCells  working? : I thre MergePreviousCells and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58698&amp;title=mergepreviouscells-working#58698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6120">robirenz</a><br /><strong>Subject:</strong> 16761<br /><strong>Posted:</strong> 27 May 2010 at 1:39pm<br /><br />I thre MergePreviousCells and MergePreviousVerticalcells setting not working?<br><br>I have tried this in many different ways and can't get it to work..<br><br>tried on 13.3 and 13.3.1&nbsp;&nbsp;&nbsp; <br><br>I have added the PaintManager.AllowMergeCell&nbsp; Method on the control before and after the setting but see nothing..<br><br>Or does somebody have any working sample of this working?<br><br>even a binary file would be ok&nbsp; but working source would be better...<br><br>Best Regards...<br><br>Roberto Renz<br><br>]]>
   </description>
   <pubDate>Thu, 27 May 2010 13:39:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16761&amp;PID=58698&amp;title=mergepreviouscells-working#58698</guid>
  </item> 
 </channel>
</rss>