<?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 : BUG: DoPropExchange leads to duplicate columns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : BUG: DoPropExchange leads to duplicate columns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 11:40:08 +0000</pubDate>
  <lastBuildDate>Thu, 19 Apr 2012 06:13:53 +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=19660</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[BUG: DoPropExchange leads to duplicate columns : Hi;Tried to reproduce it in your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19660&amp;PID=68017&amp;title=bug-dopropexchange-leads-to-duplicate-columns#68017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19660<br /><strong>Posted:</strong> 19 April 2012 at 6:13am<br /><br />Hi;<br><br>Tried to reproduce it in your samples but with no success.<br>I've to check whether it's a problem in our code or not.<br>]]>
   </description>
   <pubDate>Thu, 19 Apr 2012 06:13:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19660&amp;PID=68017&amp;title=bug-dopropexchange-leads-to-duplicate-columns#68017</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: DoPropExchange leads to duplicate columns : Please provide a working sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19660&amp;PID=68006&amp;title=bug-dopropexchange-leads-to-duplicate-columns#68006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 19660<br /><strong>Posted:</strong> 17 April 2012 at 1:17pm<br /><br />Please provide a working sample to reproduce this.]]>
   </description>
   <pubDate>Tue, 17 Apr 2012 13:17:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19660&amp;PID=68006&amp;title=bug-dopropexchange-leads-to-duplicate-columns#68006</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: DoPropExchange leads to duplicate columns :  Hi;Using DoPropExchanges leads...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19660&amp;PID=68003&amp;title=bug-dopropexchange-leads-to-duplicate-columns#68003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19660<br /><strong>Posted:</strong> 17 April 2012 at 6:37am<br /><br />Hi;<br><br>Using DoPropExchanges leads to duplicate columns when the user massively shows/hides columns by dragging out from report and dropping in by fieldchooser.<br>The resulting XML string showns duplicate ItemIndex and OldVisibleIndex entries.<br>How can I prevent these duplicate ItemIndex entries and ensure consistency?<br><table width="99%"><tr><td><pre class="BBcode">&lt;PrimaryReport CompactMode="1" Schema="38" ShowGroupBox="1" ShowIconView="0"&gt;<br>&nbsp; &lt;Columns&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="0" InternalName="" Alignment="35651584" StaticWidth="20" AutoWidth="20" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="2" InternalName="" Alignment="1" StaticWidth="30" AutoWidth="30" HeaderAlignment="35651584" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="1" InternalName="" SortIncreasing="0" Alignment="2" StaticWidth="26" AutoWidth="26" HeaderAlignment="2" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="8" InternalName="" SortIncreasing="0" StaticWidth="92" AutoWidth="92" OldVisibleIndex="3" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="6" InternalName="" SortIncreasing="0" StaticWidth="114" AutoWidth="114" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="3" InternalName="" Visible="0" StaticWidth="33" AutoWidth="33" OldVisibleIndex="3" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="4" InternalName="" Visible="0" StaticWidth="28" AutoWidth="28" OldVisibleIndex="5" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="5" InternalName="" Visible="0" StaticWidth="27" AutoWidth="27" OldVisibleIndex="4" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="9" InternalName="" Visible="0" StaticWidth="130" AutoWidth="130" OldVisibleIndex="7" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="10" InternalName="" Visible="0" StaticWidth="130" AutoWidth="130" OldVisibleIndex="7" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="7" InternalName="" Visible="0" StaticWidth="117" AutoWidth="117" OldVisibleIndex="7" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column <font color="#990000"><b>ItemIndex="14"</b></font> InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="8" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column <font color="#990000"><b>ItemIndex="14"</b></font> InternalName="" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column <font color="#0000FF"><b>ItemIndex="15"</b></font> InternalName="" Visible="0" StaticWidth="80" AutoWidth="80" HeaderAlignment="20" OldVisibleIndex="8" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column <font color="#990000"><b>ItemIndex="14"</b></font> InternalName="" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="16" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="8" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column <font color="#0000FF"><b>ItemIndex="15"</b></font> InternalName="" StaticWidth="80" AutoWidth="80" HeaderAlignment="20" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="17" InternalName="" Alignment="2" StaticWidth="38" AutoWidth="38" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="23" InternalName="" Alignment="2" StaticWidth="72" AutoWidth="72" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="18" InternalName="" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="19" InternalName="" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="20" InternalName="" Alignment="2" StaticWidth="52" AutoWidth="52" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="21" InternalName="" Alignment="2" StaticWidth="54" AutoWidth="54" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="22" InternalName="" Alignment="2" StaticWidth="56" AutoWidth="56" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="24" InternalName="" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="25" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="16" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="26" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="16" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="27" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="16" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="28" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="16" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="29" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="16" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="30" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="17" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="31" InternalName="" Alignment="2" StaticWidth="48" AutoWidth="48" HeaderAlignment="22" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="32" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="33" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="34" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="35" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="36" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="37" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="38" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="39" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="40" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="41" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="42" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="43" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="44" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="45" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="46" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="47" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="48" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="49" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="50" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="51" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="52" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="53" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="54" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="55" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Column ItemIndex="56" InternalName="" Visible="0" Alignment="2" StaticWidth="80" AutoWidth="80" HeaderAlignment="22" OldVisibleIndex="19" Expanded="0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;GroupsOrder Count="1" Column0="3" InternalName0="" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;SortOrder Count="1" Column0="6" InternalName0="" /&gt;<br>&nbsp; &lt;/Columns&gt;<br>&nbsp; &lt;Header AutoColumnSizing="0" ShowItemsInGroups="0" /&gt;<br>&lt;/PrimaryReport&gt;</pre></td></tr></table><br>]]>
   </description>
   <pubDate>Tue, 17 Apr 2012 06:37:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19660&amp;PID=68003&amp;title=bug-dopropexchange-leads-to-duplicate-columns#68003</guid>
  </item> 
 </channel>
</rss>