<?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 : Drag &amp; Drop problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Drag &amp; Drop problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 00:42:40 +0000</pubDate>
  <lastBuildDate>Sat, 09 Dec 2006 06:10:19 +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=5646</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[Drag &amp; Drop problem : Looks like this is not possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=18031&amp;title=drag-drop-problem#18031</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5646<br /><strong>Posted:</strong> 09 December 2006 at 6:10am<br /><br />Looks like this is not possible until we enhance the control...<br><br>Will let you know when it will be available...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sat, 09 Dec 2006 06:10:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=18031&amp;title=drag-drop-problem#18031</guid>
  </item> 
  <item>
   <title><![CDATA[Drag &amp; Drop problem : Hi Serge,  Thanks for your comments...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=17818&amp;title=drag-drop-problem#17818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=566">Maui</a><br /><strong>Subject:</strong> 5646<br /><strong>Posted:</strong> 30 November 2006 at 7:07pm<br /><br />Hi Serge,<DIV>&nbsp;</DIV><DIV>Thanks for your comments but I dont think you have understood my question.</DIV><DIV>&nbsp;</DIV><DIV>Although I asked about copying what I really wanted to know was how to intercept the move/copy event and cancel it.</DIV><DIV>&nbsp;</DIV><DIV>If I open the Report grid sample and run it and open the drag and drop form I can drag an item from the report control and drop it on the Recycle Bin on my desktop.&nbsp; This has the effect of removing the item from the Report Control.</DIV><DIV>&nbsp;</DIV><DIV>In my application I have two&nbsp;report controls with items populated from a database. I want those items to be in one list or the other and I am trying to provide the interface of dragging the items from one list to the other.</DIV><DIV>&nbsp;</DIV><DIV>However, if the item is dragged to the recycle bin it is removed from the list and I dont know about it and this causes problems.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 19:07:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=17818&amp;title=drag-drop-problem#17818</guid>
  </item> 
  <item>
   <title><![CDATA[Drag &amp; Drop problem : Well, a regular behavior is to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=17812&amp;title=drag-drop-problem#17812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5646<br /><strong>Posted:</strong> 30 November 2006 at 3:28pm<br /><br />Well, a regular behavior is to hold Ctrl button when dragging in order to COPY instead of MOVE... Have you tried it?<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 15:28:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=17812&amp;title=drag-drop-problem#17812</guid>
  </item> 
  <item>
   <title><![CDATA[Drag &amp; Drop problem : Hi,  The drag and drop support...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=17781&amp;title=drag-drop-problem#17781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=566">Maui</a><br /><strong>Subject:</strong> 5646<br /><strong>Posted:</strong> 29 November 2006 at 7:55pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>The drag and drop support for the Report Control is based on a MOVE logic where records&nbsp;are&nbsp;removed from&nbsp;your report control after being dropped onto&nbsp;another control.</DIV><DIV>&nbsp;</DIV><DIV>How do you COPY using drag and drop? I can add them to the 2nd report control but&nbsp;records&nbsp;are by default removed from the 1st report control when the drop occurs and there is no event where I can intercept the delete and cancel it.</DIV><DIV>&nbsp;</DIV><DIV>For example if I drag the records from the report grid and put them on the Recycle bin on the desktop&nbsp;they will be removed the report control and there is no event to intercept this action and say "dont delete" or to update the database to record that the records have been trashed.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance for any help.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 29 Nov 2006 19:55:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5646&amp;PID=17781&amp;title=drag-drop-problem#17781</guid>
  </item> 
 </channel>
</rss>