<?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 : Latest source still buggy</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Latest source still buggy]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 18:34:53 +0000</pubDate>
  <lastBuildDate>Mon, 24 Aug 2009 09:03:58 +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=15018</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[Latest source still buggy : At the time I created the topic,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52339&amp;title=latest-source-still-buggy#52339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 24 August 2009 at 9:03am<br /><br /><P>At the time I created the topic, the latest source had these problems. Please note that without a versioning system (trunk or similar), it's hard to know exactly which version I've got. Etc etc.</P><DIV></DIV><DIV></DIV>The original problem had nothing to do with my application.]]>
   </description>
   <pubDate>Mon, 24 Aug 2009 09:03:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52339&amp;title=latest-source-still-buggy#52339</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : Specially when you usetitle Topic:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52322&amp;title=latest-source-still-buggy#52322</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 23 August 2009 at 1:38pm<br /><br />Specially when you use&nbsp;title <SPAN ="lgText"><strong>Topic: Latest source still buggy</strong> </SPAN>just because your app has some problem... ]]>
   </description>
   <pubDate>Sun, 23 Aug 2009 13:38:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52322&amp;title=latest-source-still-buggy#52322</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : Ok, it works now. You can close...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52321&amp;title=latest-source-still-buggy#52321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 23 August 2009 at 1:35pm<br /><br />Ok, it works now. You can close this until further notice :)]]>
   </description>
   <pubDate>Sun, 23 Aug 2009 13:35:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52321&amp;title=latest-source-still-buggy#52321</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : Jason and me made VB case with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52311&amp;title=latest-source-still-buggy#52311</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 22 August 2009 at 10:30am<br /><br />Jason and me made VB case with 2 forms - one 100% based on Core support for DD, 2nd - ignore Core and react itself (in VB code) on notifications:<DIV>ReportControl1_DragOverRecords and ReportControl1_RecordsDropped.&nbsp; Both cases give identical positive results.</DIV><DIV>&nbsp;</DIV><DIV>See the diference - <FONT size=2>XTP_NM_REPORT_RECORDS_DROPPED - Jason - reaction&nbsp;AFTER Core one (Customization)</FONT></DIV><DIV><FONT size=2><P>and your case - XTP_NM_REPORT_RECORDS_DROP - reaction INSTEAD of Core!</P><DIV>.....................................................................................................</DIV><DIV><DIV></DIV><FONT size=2></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (SendNotifyMessage(XTP_NM_REPORT_DROP, (NMHDR*)&amp;nmData) == -1)</DIV><P>{</P><P>CMDTARGET_RELEASE(pDropRecords);</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> FALSE;</P><P>}</P><P>nInsert = pTargetRecord-&gt;GetIndex();</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (!bAbove)</P><P>nInsert++;</P><P>GetRecords()-&gt;Move(nInsert, pDropRecords);</P><P>Populate();</P><P>_SelectRows(pDropRecords);</P><P>RedrawControl();</P><P>SendNotifyMessage(XTP_NM_REPORT_RECORDS_DROPPED, (NMHDR*)&amp;nmData);</P><P>CMDTARGET_RELEASE(pDropRecords);</P><P>CMDTARGET_RELEASE(pTargetRecord);</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> FALSE;</P></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Sat, 22 Aug 2009 10:30:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52311&amp;title=latest-source-still-buggy#52311</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : I think I know what&amp;#039;s causing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52309&amp;title=latest-source-still-buggy#52309</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 22 August 2009 at 8:57am<br /><br /><P>I think I know what's causing the strange behavior I'm talking about. In my project I must <EM>convert</EM> dropped records to other types of records (the two report controls are incompatible, so to speak). To accomplish this I handle XTP_NM_REPORT_DROP and inside the handler I re-populate the list of records with the new type of records! Something like this (from memory):</P><DIV>// Create a list of new records, compatible with <U>this</U> report control.</DIV><DIV>...</DIV><DIV>pItemNotify-&gt;pRecords-&gt;RemoveAll(); // I believe this call somehow interferes with underlying CJ code. Removing this call yields correct behavior (except that I get too many records)!</DIV><DIV>&nbsp;</DIV><DIV>for (int i = 0; i &lt; count; ++i)</DIV><DIV>&nbsp;&nbsp;&nbsp; pItemNotify-&gt;pRecords-&gt;Add(pNewRecord);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I investigated this yesterday, and soon realized I could not reproduce this problem. I will try the latest source tonight and see if I can find the exact pattern.</DIV><DIV>&nbsp;</DIV><DIV>Until then, please take a look at your XTP_NM_REPORT_DROP notification message. It could be the culprit!</DIV>]]>
   </description>
   <pubDate>Sat, 22 Aug 2009 08:57:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52309&amp;title=latest-source-still-buggy#52309</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : OK - I made for you sample where...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52300&amp;title=latest-source-still-buggy#52300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 21 August 2009 at 4:20pm<br /><br />OK - I made for you sample where there is no header and footer rows until you turn it with menu - help - header-footer<DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportPaneViewStaticMod.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportPaneViewStaticMod.rar</A></DIV><DIV>&nbsp;</DIV><DIV>Please try</DIV>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 16:20:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52300&amp;title=latest-source-still-buggy#52300</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : Lol... header row explains it!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52299&amp;title=latest-source-still-buggy#52299</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 21 August 2009 at 3:45pm<br /><br /><P>Lol... header row explains it! :P</P><DIV>However, in my project I really have the problem described in the first post. I must create a sample for you to debug! Let me get back to you on this.</DIV>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 15:45:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52299&amp;title=latest-source-still-buggy#52299</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : Vista show same proper behaviour...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52298&amp;title=latest-source-still-buggy#52298</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 21 August 2009 at 2:14pm<br /><br />Vista show same proper behaviour - see snapshots <DIV><a href="https://forum.codejock.com/uploads/20090821_141456_StepsVista.rar" target="_blank">uploads/20090821_141456_StepsVista.rar</A></DIV>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 14:14:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52298&amp;title=latest-source-still-buggy#52298</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : Thanks - we are running 100% same...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52291&amp;title=latest-source-still-buggy#52291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 21 August 2009 at 10:11am<br /><br />Thanks - we are running 100% same code (but I am running XP and you - Vista?) I will switch to Vista later and recheck again)<DIV>&nbsp;It looks strange - I did all your steps in your order...</DIV>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 10:11:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52291&amp;title=latest-source-still-buggy#52291</guid>
  </item> 
  <item>
   <title><![CDATA[Latest source still buggy : 2009-08-20 21:28 ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52290&amp;title=latest-source-still-buggy#52290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15018<br /><strong>Posted:</strong> 21 August 2009 at 10:03am<br /><br /><P>2009-08-20 21:28</P>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 10:03:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15018&amp;PID=52290&amp;title=latest-source-still-buggy#52290</guid>
  </item> 
 </channel>
</rss>