<?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 : XTP_NM_REPORT_DROP and drag cancel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : XTP_NM_REPORT_DROP and drag cancel]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 02:04:51 +0000</pubDate>
  <lastBuildDate>Wed, 24 Nov 2010 04:52:05 +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=17597</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[XTP_NM_REPORT_DROP and drag cancel : Hello!I have a question about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17597&amp;PID=61529&amp;title=xtp-nm-report-drop-and-drag-cancel#61529</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4869">Mhutabor</a><br /><strong>Subject:</strong> 17597<br /><strong>Posted:</strong> 24 November 2010 at 4:52am<br /><br />Hello!<br><br>I have a question about cancelling grag in XTP_NM_REPORT_DROP handler. <br><br>void CClass::OnReportItemDrop(NMHDR* pNMHDR, LRESULT* pResult)<br>{<br>&nbsp;&nbsp;&nbsp; *pResult = 0;<br>&nbsp;&nbsp;&nbsp; XTP_NM_REPORTDRAGDROP* pItemNotify = (XTP_NM_REPORTDRAGDROP*)pNMHDR;<br><br><br>&nbsp;&nbsp;&nbsp; if(pItemNotify-&gt;pRecords-&gt;GetCount())<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pItemNotify-&gt;pRecords-&gt;RemoveAt(0); // not working because of ASSERT(!m_bArray) in xtpreportrecord.cpp<br>&nbsp;&nbsp;&nbsp; }<br>//but next is working and prevent all items from being dragged<br>&nbsp;&nbsp;&nbsp; pItemNotify-&gt;pRecords-&gt;RemoveAll();<br><br>}<br><br>And the question is: can i cancel drag of certain items?<br>Thanks!<br><br>]]>
   </description>
   <pubDate>Wed, 24 Nov 2010 04:52:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17597&amp;PID=61529&amp;title=xtp-nm-report-drop-and-drag-cancel#61529</guid>
  </item> 
 </channel>
</rss>