<?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 : frmDragDrop - BUG?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : frmDragDrop - BUG?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 18:43:43 +0000</pubDate>
  <lastBuildDate>Wed, 22 Jun 2011 15:39:02 +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=18564</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[frmDragDrop - BUG? : Thanks!!!So simple i wonder why...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18564&amp;PID=64988&amp;title=frmdragdrop-bug#64988</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6659">Developerx</a><br /><strong>Subject:</strong> 18564<br /><strong>Posted:</strong> 22 June 2011 at 3:39pm<br /><br />Thanks!!!<br><br>So simple i wonder why i did not figure it out, anyway i managed to use this workaround and used following.<br><br>Private sortx As Boolean<br><br>Private Sub ReportControl1_SortOrderChanged()<br>sortx = True<br>End Sub<br><br>Private Sub ReportControl1_OLEDragOver(ByVal Data As XtremeReportControl.DataObject, Effect As Long, ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Single, ByVal y As Single, ByVal state As Integer)<br>If sortx = True Then refreshcol<br>End Sub<br><br>Private Sub refreshcol()<br>Me.ReportControl1.Columns.DeleteAll<br>&nbsp;With ReportControl1.Columns<br>&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add 0, "xx1", 500, True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add 1, "xx2", 50, True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add 2, "xx3", 40, True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add 3, "xx4", 150, True<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; sortx = False<br>End Sub<br><br><br>i use the refreshcol when reportcontrol is grouped and the reportcontrol needs to get exported (i call it before exporting to textfile since it cant export if reportcontrol is in group mode.<br><br>regards<br>Developerx<br><br><img src="http://forum.codejock.com/smileys/smiley9.gif" border="0" alt="Embarrassed" title="Embarrassed" />]]>
   </description>
   <pubDate>Wed, 22 Jun 2011 15:39:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18564&amp;PID=64988&amp;title=frmdragdrop-bug#64988</guid>
  </item> 
  <item>
   <title><![CDATA[frmDragDrop - BUG? : Just set SortedDragDrop to True. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18564&amp;PID=64963&amp;title=frmdragdrop-bug#64963</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18564<br /><strong>Posted:</strong> 20 June 2011 at 8:43am<br /><br />Just set SortedDragDrop to True.]]>
   </description>
   <pubDate>Mon, 20 Jun 2011 08:43:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18564&amp;PID=64963&amp;title=frmdragdrop-bug#64963</guid>
  </item> 
  <item>
   <title><![CDATA[frmDragDrop - BUG? : Hi,In the latest v15 samples:ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18564&amp;PID=64945&amp;title=frmdragdrop-bug#64945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6659">Developerx</a><br /><strong>Subject:</strong> 18564<br /><strong>Posted:</strong> 18 June 2011 at 5:56am<br /><br />Hi,<br><br>In the latest v15 samples:<br>ReportControl Sample <br>- additional Samples -&gt; Drag and Drop Test (frmDragDrop.frm)<br><br>The drag and drop works, but if you click on column then drag and drop do not work again?<br><br>This is the code (same as included in the latest package):<br>http://www.codejock.com/support/articles/com/reportcontrol/rp_1.asp<br><br>Is this a bug, how to workaround it (i dont care about bug just workarounds) ; )<br><br>Regards<br>Developerx<br>]]>
   </description>
   <pubDate>Sat, 18 Jun 2011 05:56:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18564&amp;PID=64945&amp;title=frmdragdrop-bug#64945</guid>
  </item> 
 </channel>
</rss>