<?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 : merge function with v13.3</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : merge function with v13.3]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 15:36:16 +0000</pubDate>
  <lastBuildDate>Thu, 24 May 2012 21:31:39 +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=19714</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[merge function with v13.3 : Hi,you can use the new report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68344&amp;title=merge-function-with-v13-3#68344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 19714<br /><strong>Posted:</strong> 24 May 2012 at 9:31pm<br /><br />Hi,<br><br>you can use the new report control version with any other control.<br><br>A patch is not available.<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Thu, 24 May 2012 21:31:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68344&amp;title=merge-function-with-v13-3#68344</guid>
  </item> 
  <item>
   <title><![CDATA[merge function with v13.3 :  since we have deployed other...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68199&amp;title=merge-function-with-v13-3#68199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7461">allanchen</a><br /><strong>Subject:</strong> 19714<br /><strong>Posted:</strong> 07 May 2012 at 9:16pm<br /><br />since we have deployed other components from v 13.3, do we also need to update (and redistribute) other components, or can we mix new report control with other old components?<div><br></div><div>By the way, all we need now is a fix to the merge function, is there a quick patch to v13.3?</div>]]>
   </description>
   <pubDate>Mon, 07 May 2012 21:16:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68199&amp;title=merge-function-with-v13-3#68199</guid>
  </item> 
  <item>
   <title><![CDATA[merge function with v13.3 : yes, get the latest version, it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68186&amp;title=merge-function-with-v13-3#68186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 19714<br /><strong>Posted:</strong> 06 May 2012 at 7:25pm<br /><br />yes, get the latest version, it has been re-worked]]>
   </description>
   <pubDate>Sun, 06 May 2012 19:25:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68186&amp;title=merge-function-with-v13-3#68186</guid>
  </item> 
  <item>
   <title><![CDATA[merge function with v13.3 : Platform: Window 7 ProfessionalSuite...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68185&amp;title=merge-function-with-v13-3#68185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7461">allanchen</a><br /><strong>Subject:</strong> 19714<br /><strong>Posted:</strong> 06 May 2012 at 5:34pm<br /><br /><div>Platform: Window 7 Professional</div><div>Suite version: active-x, v 13.3</div><div><br></div>The merger function does not seem to work in v 13.3. Do I need to upgrade to a newer version? All I need is just simple horizontal merge like this (copied directly from the sample code in on-line help):<div><br></div><div><div>&nbsp; &nbsp; &nbsp; With .Records.Add</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.AddItem ""</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Set item = .AddItem("CodeJock MFC and ActiveX products ")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;item.MergePreviousCells = 1</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;item.Alignment = xtpAlignmentVCenter Or xtpAlignmentCenter</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.AddItem ""</div><div>&nbsp; &nbsp; &nbsp; End With</div></div><div><br></div><div>I image the purpose of this code is to merge the newly added item with previous item, use the full length of the two combined for horizontal alignment purpose. Running this sample code didn't give me desired effect.&nbsp;</div>]]>
   </description>
   <pubDate>Sun, 06 May 2012 17:34:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19714&amp;PID=68185&amp;title=merge-function-with-v13-3#68185</guid>
  </item> 
 </channel>
</rss>