<?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] ColumnOrderChangedEx event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] ColumnOrderChangedEx event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 12:16:11 +0000</pubDate>
  <lastBuildDate>Sun, 01 Mar 2009 23:58:07 +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=13464</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] ColumnOrderChangedEx event : Cause GroupBox deals with columns...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=46057&amp;title=solved-columnorderchangedex-event#46057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 01 March 2009 at 11:58pm<br /><br />Cause GroupBox deals with columns and columns order. <DIV>There are two events here - one on GroupBox, one - on Header columns set.</DIV><DIV>You can use or not this notificaction. This is logical. Why should I change? </DIV>]]>
   </description>
   <pubDate>Sun, 01 Mar 2009 23:58:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=46057&amp;title=solved-columnorderchangedex-event#46057</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : Hi Mark,  That&amp;#039;s what I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=46022&amp;title=solved-columnorderchangedex-event#46022</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 01 March 2009 at 5:07am<br /><br />Hi Mark,<DIV>&nbsp;</DIV><DIV>That's what I said. Why is Groupbox notification in <strong>Column</strong>ChangedEx event. The <strong>GroupOrder</strong>ChangedEx event covers this already, now you have same event <strong>TWICE</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>This post is just a remark on these events and how they are implemented. Leave it for now... You can't change it anymore so why bother...</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 01 Mar 2009 05:07:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=46022&amp;title=solved-columnorderchangedex-event#46022</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : You need to decode the received...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45999&amp;title=solved-columnorderchangedex-event#45999</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 28 February 2009 at 5:26am<br /><br /><P>You need to decode the received notification - group-related have own ids so it is easy to recognize:</P><DIV>xtpReportColumnAddedToGroupby = 0x1000, <FONT color=#008000 size=2>// A column is added to the GroupBy box.</FONT><FONT size=2> </DIV><P>xtpReportColumnRemovedFromGroupby = 0x2000, </FONT><FONT color=#008000 size=2>// A column is removed from the GroupBy box.</P><DIV></DIV><P>btw - you had 2 events in your posted case: </P><DIV>&nbsp;&nbsp; 1st - column hide in table and columns order changed as result</DIV><DIV>&nbsp;&nbsp; 2nd - column add in group row and group row order changed as result</FONT></DIV>]]>
   </description>
   <pubDate>Sat, 28 Feb 2009 05:26:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45999&amp;title=solved-columnorderchangedex-event#45999</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : Hi,  Also groupbox notifications...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45998&amp;title=solved-columnorderchangedex-event#45998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 28 February 2009 at 3:23am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Also groupbox notifications will be thrown in ColumnOrderChangedEx. If you&nbsp;would use both events (ColumnOrderChangedEx and GroupOrderChangedEx) you get 2 notifications of same event.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>To test: </DIV><OL><LI>Add GroupOrderChangedEx event.</LI><LI>Copy code from ColumnOrderChangedEx event. </LI><LI>Drag column to groupbox.</LI><LI>Now you see two events&nbsp;of same type but one in&nbsp;ColumnOrderChangedEx and other one in GroupOrderChangedEx event&nbsp;<img src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></LI></OL><P>Thank you</P><DIV></DIV>]]>
   </description>
   <pubDate>Sat, 28 Feb 2009 03:23:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45998&amp;title=solved-columnorderchangedex-event#45998</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : Right - too many notifications. btw...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45990&amp;title=solved-columnorderchangedex-event#45990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 27 February 2009 at 5:17pm<br /><br />Right - too many notifications.<DIV>btw - easy to test with code</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set recItem = rec.AddItem("Caption: " &amp; Column.Caption &amp; " - " &amp; "Reason: " &amp; Hex$(Reason))<BR></DIV>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 17:17:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45990&amp;title=solved-columnorderchangedex-event#45990</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : Hi,  OK, but then I have another...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45989&amp;title=solved-columnorderchangedex-event#45989</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 27 February 2009 at 4:50pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>OK, but then I have another question for you:</DIV><DIV>&nbsp;</DIV><DIV>Just remove one column (drag column from header) and you get <FONT size=3><strong>two</strong> </FONT>events: </DIV><DIV>&nbsp;</DIV><OL><LI>xtpReportColumnHidden + xtpReportColumnOrderChanged = 1025</LI><LI>xtpReportColumnOrderChanged = 1</LI></OL><DIV></DIV><DIV></DIV><DIV></DIV>Strange, right?<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 16:50:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45989&amp;title=solved-columnorderchangedex-event#45989</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : 1025 = 1024 + 1 ===xtpReportColumnHidden...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45986&amp;title=solved-columnorderchangedex-event#45986</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 27 February 2009 at 2:55pm<br /><br />1025 = 1024 + 1 ===&nbsp;<FONT size=2><FONT size=2>xtpReportColumnHidden | xtpReportColumnOrderChanged - this is i get running your test. It's right</FONT></FONT>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 14:55:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45986&amp;title=solved-columnorderchangedex-event#45986</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : Hi, Well I have other values....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45982&amp;title=solved-columnorderchangedex-event#45982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 27 February 2009 at 12:31pm<br /><br /><P>Hi,</P><P>Well I have other values...</P><P>&nbsp;</P><P><a href="https://forum.codejock.com/uploads/20090227_123044_TestColumnOrder.zip" target="_blank">uploads/20090227_123044_TestColumnOrder.zip</A></P><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 12:31:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45982&amp;title=solved-columnorderchangedex-event#45982</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event :  enum XTPReportColumnOrderCha...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45943&amp;title=solved-columnorderchangedex-event#45943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 26 February 2009 at 4:14pm<br /><br /><FONT color=#0000ff size=2><P>enum</FONT><FONT size=2> XTPReportColumnOrderChangedReason</P><P>{</P><P>xtpReportColumnChangeOther = 0x0000, </FONT><FONT color=#008000 size=2>// Neither column order nor group order is changed.</P></FONT><FONT size=2><P>xtpReportColumnOrderChanged = 0x0001, </FONT><FONT color=#008000 size=2>// Column order changed.</P></FONT><FONT size=2><P>xtpReportColumnGroupOrderChanged = 0x0002, </FONT><FONT color=#008000 size=2>// Group order changed.</P></FONT><FONT size=2><P>xtpReportColumnOrderChangedMask = 0x000F, </FONT><FONT color=#008000 size=2>// A mask for order change flags.</P></FONT><FONT size=2><P>xtpReportColumnAdded = 0x0010, </FONT><FONT color=#008000 size=2>// A column is added to the column list.</P></FONT><FONT size=2><P>xtpReportColumnRemoved = 0x0020, </FONT><FONT color=#008000 size=2>// A column is removed from the column list.</P></FONT><FONT size=2><P>xtpReportColumnPropExchange = 0x0040, </FONT><FONT color=#008000 size=2>// The column properties changed during properties exchange procedure.</P></FONT><FONT size=2><P>xtpReportColumnCaptionChanged = 0x0080, </FONT><FONT color=#008000 size=2>// The column caption is changed.</P></FONT><FONT size=2><P>xtpReportColumnWidthChanged = 0x0100, </FONT><FONT color=#008000 size=2>// The column width is changed.</P></FONT><FONT size=2><P>xtpReportColumnShown = 0x0200, </FONT><FONT color=#008000 size=2>// A column visibility property is changed to "visible".</P></FONT><FONT size=2><P>xtpReportColumnHidden = 0x0400, </FONT><FONT color=#008000 size=2>// A column visibility property is changed to "hidden".</P></FONT><FONT size=2><P>xtpReportColumnMoved = 0x0800, </FONT><FONT color=#008000 size=2>// A column is moved.</P></FONT><FONT size=2><P>xtpReportColumnAddedToGroupby = 0x1000, </FONT><FONT color=#008000 size=2>// A column is added to the GroupBy box.</P></FONT><FONT size=2><P>xtpReportColumnRemovedFromGroupby = 0x2000, </FONT><FONT color=#008000 size=2>// A column is removed from the GroupBy box.</P></FONT><FONT size=2><P>xtpReportColumnAddedToFieldChooser = 0x4000, </FONT><FONT color=#008000 size=2>// A column is added to the Field Chooser.</P></FONT><FONT size=2><P>xtpReportColumnRemovedFromFieldChooser = 0x8000, </FONT><FONT color=#008000 size=2>// A column is removed from the Field Chooser.</P></FONT><FONT size=2><P>xtpReportColumnChangeMask = 0xFFF0, </FONT><FONT color=#008000 size=2>// A mask for column change flags.</P></FONT><FONT size=2><P>};</P></FONT>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 16:14:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45943&amp;title=solved-columnorderchangedex-event#45943</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] ColumnOrderChangedEx event : Hi,   Reason in ColumnOrderChangedEx...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45722&amp;title=solved-columnorderchangedex-event#45722</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13464<br /><strong>Posted:</strong> 21 February 2009 at 2:41pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Reason in ColumnOrderChangedEx event returns incorrect values. </DIV><DIV>&nbsp;</DIV><DIV>for example:</DIV><DIV>&nbsp;</DIV><DIV>xtpReportColumnHidden = 1025&nbsp; (should be 1024)</DIV><DIV>xtpReportColumnShown = 513&nbsp;&nbsp;&nbsp; (should be 512)</DIV><DIV>&nbsp;</DIV><DIV>Looks like:</DIV><DIV>&nbsp;</DIV><DIV>0 &lt;&gt; 2048&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1</DIV><DIV>2049 &lt;&gt; 4096&nbsp;&nbsp; +2</DIV><DIV>.............................</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Please look into it</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Sat, 21 Feb 2009 14:41:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13464&amp;PID=45722&amp;title=solved-columnorderchangedex-event#45722</guid>
  </item> 
 </channel>
</rss>