<?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 : How can I get the changed value?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How can I get the changed value?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 07:04:24 +0000</pubDate>
  <lastBuildDate>Sat, 03 Jun 2006 02:49:34 +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=4180</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[How can I get the changed value? :  Thanks :)  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=13337&amp;title=how-can-i-get-the-changed-value#13337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1424">g_j_a_i_n</a><br /><strong>Subject:</strong> 4180<br /><strong>Posted:</strong> 03 June 2006 at 2:49am<br /><br /><br>Thanks :)<br>]]>
   </description>
   <pubDate>Sat, 03 Jun 2006 02:49:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=13337&amp;title=how-can-i-get-the-changed-value#13337</guid>
  </item> 
  <item>
   <title><![CDATA[How can I get the changed value? : Yep, that&amp;#039;s a useful method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=12862&amp;title=how-can-i-get-the-changed-value#12862</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4180<br /><strong>Posted:</strong> 10 May 2006 at 3:55pm<br /><br />Yep, that's a useful method <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br><br>However, if you'd like just to catch the changed value of the cell, handling XTP_NM_REPORT_VALUECHANGED would be the best idea. Please look help topic on this. It has an example how to get a new value:<br><table width="99%"><tr><td><pre class="BBcode"><br>void CPropertiesView::OnReportValueChanged(NMHDR*&nbsp; pNotifyStruct, LRESULT* /*result*/)<br>{<br>&nbsp;&nbsp;&nbsp; XTP_NM_REPORTRECORDITEM* pItemNotify = (XTP_NM_REPORTRECORDITEM*) pNotifyStruct;<br>//...<br>&nbsp;&nbsp; <span style="font-weight: bold;">CRecordPropertyInt::GetValue(pItemNotify)</span><br style="font-weight: bold;"></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 10 May 2006 15:55:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=12862&amp;title=how-can-i-get-the-changed-value#12862</guid>
  </item> 
  <item>
   <title><![CDATA[How can I get the changed value? : CXTPReportControl::GetInplaceEdit()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=12849&amp;title=how-can-i-get-the-changed-value#12849</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1914">Wisebee</a><br /><strong>Subject:</strong> 4180<br /><strong>Posted:</strong> 10 May 2006 at 5:49am<br /><br />CXTPReportControl::GetInplaceEdit()<BR><IMG src="http://forum.codejock.com/smileys/smiley9.gif" border="0">]]>
   </description>
   <pubDate>Wed, 10 May 2006 05:49:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=12849&amp;title=how-can-i-get-the-changed-value#12849</guid>
  </item> 
  <item>
   <title><![CDATA[How can I get the changed value? : Hi.Please excuse my poor english. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=12839&amp;title=how-can-i-get-the-changed-value#12839</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1914">Wisebee</a><br /><strong>Subject:</strong> 4180<br /><strong>Posted:</strong> 09 May 2006 at 11:20pm<br /><br /><P>Hi.<BR>Please excuse my poor english.</P><P>I try to edit an RecordItem's caption in my CJDataReportView class derived from CXTPReportView.<BR>The code is below.</P><P>void CJDataReportView::OnReportItemClick(NMHDR * pNotifyStruct, LRESULT * result)<BR>{<BR>XTP_NM_REPORTRECORDITEM* pItemNotify = (XTP_NM_REPORTRECORDITEM*) pNotifyStruct;<BR>CXTPReportControl&amp; wndReport = GetReportCtrl();<BR>XTP_REPORTRECORDITEM_ARGS args(&amp;wndReport, pItemNotify-&gt;pRow, pItemNotify-&gt;pColumn);<BR>wndReport.EditItem(&amp;args);<BR>}</P><P>So like that, I can write over some text. But the problem is I can't get the value changed by InplaceEdit.</P><P>What can I do to get the&nbsp;value changed by InplaceEdit?<BR>Do I handle XTP_NM_REPORT_VALUECHANGED message to get it?<BR>(If so, what method or attribute gives the changed value?)</P>]]>
   </description>
   <pubDate>Tue, 09 May 2006 23:20:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4180&amp;PID=12839&amp;title=how-can-i-get-the-changed-value#12839</guid>
  </item> 
 </channel>
</rss>