<?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 : [not bug] Cancel selection change</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [not bug] Cancel selection change]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 02:15:31 +0000</pubDate>
  <lastBuildDate>Thu, 04 May 2017 08:20:20 +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=18854</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[[not bug] Cancel selection change : Hello;I know all those different...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=75765&amp;title=not-bug-cancel-selection-change#75765</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 18854<br /><strong>Posted:</strong> 04 May 2017 at 8:20am<br /><br />Hello;<br><br>I know all those different parts, but it's annoying to have large effort for such a 'small' thing?<br>Especially when in single selection mode...<br><br>Martin<br>]]>
   </description>
   <pubDate>Thu, 04 May 2017 08:20:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=75765&amp;title=not-bug-cancel-selection-change#75765</guid>
  </item> 
  <item>
   <title><![CDATA[[not bug] Cancel selection change : Hello Martin,xtpReportSelectionClear...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=75764&amp;title=not-bug-cancel-selection-change#75764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 18854<br /><strong>Posted:</strong> 04 May 2017 at 8:04am<br /><br />Hello Martin,<br><br>xtpReportSelectionClear and&nbsp;xtpReportSelectionAdd &nbsp;is different events in single notification XTP_NM_REPORT_SELCHANGING. Also there is&nbsp;xtpReportSelectionRemove.<br><br>So when you select other row &nbsp;then first called &nbsp;Clear &nbsp;then &nbsp;Add &nbsp;new row to selected rows array.<br>If you cancel Clearing then previous selected row leave in selection, like you select with pressing &#091;Ctrl&#093; key.<br>If you cancel Adding &nbsp;then row will not added to selection.<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Thu, 04 May 2017 08:04:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=75764&amp;title=not-bug-cancel-selection-change#75764</guid>
  </item> 
  <item>
   <title><![CDATA[[not bug] Cancel selection change : Just tested with 17.3.0 and it&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=75726&amp;title=not-bug-cancel-selection-change#75726</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 18854<br /><strong>Posted:</strong> 13 April 2017 at 3:13am<br /><br />Just tested with 17.3.0 and it's still the same!<br>There is no straight way to cancel a change in selection and focus. Digging into XT code shows that the cancel information ist not used in further processing.<br><br>This is definitely a BUG in XT code <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" alt="Cry" title="Cry" /><img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" alt="Cry" title="Cry" /><img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" alt="Cry" title="Cry" />! I hope it's going to be fixed soon, because I reported this issue several years ago!<br><br><br>]]>
   </description>
   <pubDate>Thu, 13 Apr 2017 03:13:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=75726&amp;title=not-bug-cancel-selection-change#75726</guid>
  </item> 
  <item>
   <title><![CDATA[[not bug] Cancel selection change :   Hello Andre;I&amp;#039;ve just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=69337&amp;title=not-bug-cancel-selection-change#69337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 18854<br /><strong>Posted:</strong> 04 December 2012 at 4:17am<br /><br />Hello Andre;<br><br>I've just tried to use the new functionality, but it's not usable.<br>The <span ="highlight"="">XTP_NM_REPORT_SELCHANGING </span>notificationis received two times. The first time with type "Clear" the second time with type "Add". <br>In the first event I set the cancel flag, so I expect that no more "Add" notification should arrive, due to the fact that I cancel the selection change!<br>When looking at the CJ code, I can see that the Add function is invoked in any case! IMHO "Add" should only be called when "Clear" is not canceled!<br>]]>
   </description>
   <pubDate>Tue, 04 Dec 2012 04:17:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=69337&amp;title=not-bug-cancel-selection-change#69337</guid>
  </item> 
  <item>
   <title><![CDATA[[not bug] Cancel selection change : Hello everybody,the LRESULT value...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=66022&amp;title=not-bug-cancel-selection-change#66022</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 18854<br /><strong>Posted:</strong> 24 August 2011 at 1:13pm<br /><br />Hello everybody,<br><br>the LRESULT value of XTP_NM_REPORT_SELCHANGING will now be evaluated and if unequal 0 the action will be aborted. I've also added a XTP_NM_REPORT_LBUTTONUP notification.<br><br><img src="uploads/1755/18854_Notificati&#111;ns.png" height="495" width="750" border="0" /><br><br><a href="uploads/1755/ReportSample_18854.zip" target="_blank">uploads/1755/ReportSample_18854.zip</a><br><br>Andre<br><br>]]>
   </description>
   <pubDate>Wed, 24 Aug 2011 13:13:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=66022&amp;title=not-bug-cancel-selection-change#66022</guid>
  </item> 
  <item>
   <title><![CDATA[[not bug] Cancel selection change :    Hi;I try to cancel a selection...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=65997&amp;title=not-bug-cancel-selection-change#65997</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 18854<br /><strong>Posted:</strong> 23 August 2011 at 8:26am<br /><br />Hi;<br><br>I try to cancel a selection change in XTP_NM_REPORT_SELCHANGING message but can't get it to work.<br>Normally I expect the LRESULT* Result parameter to be set to FALSE to cancel the change of selections, but this does not work.<br>So I moved over to XTP_NM_REPORT_FOCUS_CHANGING, because this message handler provides a XTP_NM_REPORTREQUESTEDIT structure that has a bCancel flag inside.<br>The cancel flag is returned to the calling toolkit function (Apply == not Cancel) but afterwards the focus is still changed.<br>In any case I think it's definitely buggy how the control handles these messages...<br><br>Nevertheless, has anyone ever succeeded in canceling the change of selection when a special condition is met?<br><br>]]>
   </description>
   <pubDate>Tue, 23 Aug 2011 08:26:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18854&amp;PID=65997&amp;title=not-bug-cancel-selection-change#65997</guid>
  </item> 
 </channel>
</rss>