<?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 : Problem with drag/drop</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Problem with drag/drop]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 09:07:48 +0000</pubDate>
  <lastBuildDate>Wed, 11 Jun 2008 16:42: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=10981</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[Problem with drag/drop : Found it, I had to clear the group...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10981&amp;PID=36588&amp;title=problem-with-drag-drop#36588</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 10981<br /><strong>Posted:</strong> 11 June 2008 at 4:42pm<br /><br />Found it, I had to clear the group and sort by order arrays (even though they are disabled) when I initialise my view. Now I have drag/drop, my messages are being received and the red drop marker is being drawn. Hurrah!<br /><br />For anyone else, if you load/save state, call these two after adding columns and loading the state if you dont actually want groupby and column sorting (as you cant have drag/drop with column sort/grouping):<br /><table width="99%"><tr><td><pre class="BBcode">CXTPReportControl &wndReport = GetReportCtrl();<br />wndReport.GetColumns()-&gt;GetGroupsOrder()-&gt;Clear();<br />wndReport.GetColumns()-&gt;GetSortOrder()-&gt;Clear();</pre></td></tr></table>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 16:42:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10981&amp;PID=36588&amp;title=problem-with-drag-drop#36588</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with drag/drop : In fact I dont get either of the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10981&amp;PID=36583&amp;title=problem-with-drag-drop#36583</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 10981<br /><strong>Posted:</strong> 11 June 2008 at 3:18pm<br /><br />In fact I dont get either of the drag/drop notifications called as per ReportSample:<br /><table width="99%"><tr><td><pre class="BBcode">ON_NOTIFY(XTP_NM_REPORT_BEGINDRAG, XTP_ID_REPORT_CONTROL, OnReportBeginDrag)<br />ON_NOTIFY(XTP_NM_REPORT_DROP, XTP_ID_REPORT_CONTROL, OnReportDrop)<br /></pre></td></tr></table><br /><br />Help, please ... oh, I am running v10.3.1]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 15:18:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10981&amp;PID=36583&amp;title=problem-with-drag-drop#36583</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with drag/drop : I have AfxOleInit in app InitInstance,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10981&amp;PID=36521&amp;title=problem-with-drag-drop#36521</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 10981<br /><strong>Posted:</strong> 10 June 2008 at 5:16pm<br /><br />I have AfxOleInit in app InitInstance, I have called in my docview::initinstance: <table width="99%"><tr><td><pre class="BBcode">wndReport.EnableDragDrop( _T("BuildITTask:v2"), xtpReportAllowDrag | xtpReportAllowDrop );</pre></td></tr></table><br /><br />When I drag I get the standard cursor with a little box under it ... but I do not get the red line between the rows.<br /><br />Any reason for this? Could anyone help.]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 17:16:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10981&amp;PID=36521&amp;title=problem-with-drag-drop#36521</guid>
  </item> 
 </channel>
</rss>