<?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 : OnReportColumnOrderChanged documentation error!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : OnReportColumnOrderChanged documentation error!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 16:51:17 +0000</pubDate>
  <lastBuildDate>Thu, 16 Jul 2009 17:14: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=14756</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[OnReportColumnOrderChanged documentation error! : Right - it was somebody old comment...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51027&amp;title=onreportcolumnorderchanged-documentation-error#51027</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14756<br /><strong>Posted:</strong> 16 July 2009 at 5:14pm<br /><br />Right - it was somebody old comment formaly good to make Doc-O-Matic happy. Thanks for your catch - I will change source comment right now:<DIV><FONT color=#008000 size=2><P>//-----------------------------------------------------------------------</P><P>// Summary:</P><P>// Defines message for column changed event.</P><P>// Parameters:</P><P>// id - Resource ID for the control.</P><P>// memberFxn - Name of member function to handle the message.</P><P>// Remarks:</P><P>// The XTP_NM_REPORT_COLUMNORDERCHANGED notification message is sent to inform</P><P>// the owner window that the user change the order of columns of report control.</P><P>// The owner window of the report control receives this notification</P><P>// threw the WM_COMMAND message.</P><P>// Example:</P><P>// Here is an example of how an application would handle this message.</P><P>// &lt;code&gt;</P><P>// BEGIN_MESSAGE_MAP(CReportSampleView, CXTPReportView)</P><P>// ON_NOTIFY(XTP_NM_REPORT_COLUMNORDERCHANGED, XTP_ID_REPORT_CONTROL, OnReportColumnOrderChanged)</P><P>// END_MESSAGE_MAP()</P><P>//</P><P>// void CReportSampleView::OnReportColumnOrderChanged(NMHDR* pNotifyStruct, LRESULT* /*result*/)</P><P>// {</P><P>// XTP_NM_REPORTCOLUMNORDERCHANGED* pItemNotify = (XTP_NM_REPORTCOLUMNORDERCHANGED*) pNotifyStruct;</P><P>// ASSERT(pItemNotify != NULL);</P><P>//</P><P>// // TODO: Handle command.</P><P>// }</P><P>// &lt;/code&gt;</P></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 16 Jul 2009 17:14:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51027&amp;title=onreportcolumnorderchanged-documentation-error#51027</guid>
  </item> 
  <item>
   <title><![CDATA[OnReportColumnOrderChanged documentation error! : But in source it&amp;#039;s documented...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51026&amp;title=onreportcolumnorderchanged-documentation-error#51026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 14756<br /><strong>Posted:</strong> 16 July 2009 at 5:06pm<br /><br />But in source it's documented in the same wrong way and I don't have the time to study tons of foreign source code. So I first consult documentation.<img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Thu, 16 Jul 2009 17:06:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51026&amp;title=onreportcolumnorderchanged-documentation-error#51026</guid>
  </item> 
  <item>
   <title><![CDATA[OnReportColumnOrderChanged documentation error! : Sure - this is why good to have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51021&amp;title=onreportcolumnorderchanged-documentation-error#51021</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14756<br /><strong>Posted:</strong> 16 July 2009 at 3:47pm<br /><br />Sure - this is why good to have fresh source!]]>
   </description>
   <pubDate>Thu, 16 Jul 2009 15:47:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51021&amp;title=onreportcolumnorderchanged-documentation-error#51021</guid>
  </item> 
  <item>
   <title><![CDATA[OnReportColumnOrderChanged documentation error! :  BEGIN_MESSAGE_MAP(CReportSampleView,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51010&amp;title=onreportcolumnorderchanged-documentation-error#51010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 14756<br /><strong>Posted:</strong> 16 July 2009 at 8:26am<br /><br /><font face="Arial, Helvetica, sans-serif" size="2"><table width="99%"><tr><td><pre class="BBcode">BEGIN_MESSAGE_MAP(CReportSampleView, CXTPReportView)<br></font><pre><font face="Arial, Helvetica, sans-serif" size="2">    ON_NOTIFY(XTP_NM_REPORT_COLUMNORDERCHANGED, XTP_ID_REPORT_CONTROL, OnReportColumnOrderChanged)<br>END_MESSAGE_MAP()<br><br>void CReportSampleView::OnReportColumnOrderChanged(NMHDR*  pNotifyStruct, LRESULT* /*result*/)<br>{<br>    </font><font color="#ff0000" face="Arial, Helvetica, sans-serif" size="2"><b>XTP_NM_REPORTRECORDITEM*</b></font><font face="Arial, Helvetica, sans-serif" size="2"> pItemNotify = (<b><font color="#ff0000">XTP_NM_REPORTRECORDITEM*</font></b>) pNotifyStruct;<br>    ASSERT(pItemNotify != NULL);<br><br>    // TODO: Handle command.<br>}<br></pre></td></tr></table></font><font face="Arial, Helvetica, sans-serif" size="2"><br>should be changed to :<br><br></font><font color="#006600" face="Arial, Helvetica, sans-serif" size="2"><b>XTP_NM_REPORTCOLUMNORDERCHANGED</b></font><br></pre>]]>
   </description>
   <pubDate>Thu, 16 Jul 2009 08:26:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14756&amp;PID=51010&amp;title=onreportcolumnorderchanged-documentation-error#51010</guid>
  </item> 
 </channel>
</rss>