<?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 : VK_F5 behavior CXTPReportInplaceEdit::OnKeyDown</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : VK_F5 behavior CXTPReportInplaceEdit::OnKeyDown]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 26 Jun 2026 09:53:38 +0000</pubDate>
  <lastBuildDate>Fri, 22 Apr 2022 09:26:57 +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=24280</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[VK_F5 behavior CXTPReportInplaceEdit::OnKeyDown : XTP V13.2.1I am chaining back...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24280&amp;PID=78419&amp;title=vk-f5-behavior-cxtpreportinplaceeditonkeydown#78419</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1284">franji1</a><br /><strong>Subject:</strong> 24280<br /><strong>Posted:</strong> 22 April 2022 at 9:26am<br /><br />XTP V13.2.1<div><br></div><div>I am chaining back my calls to&nbsp;OnKeyDown when I am not processing them.&nbsp; The tookit behavior process the F5 key from within my edit control of an item to call the report control's Recalc method:</div><div>_pControl-&gt;Recalc(TRUE);</div><div>which immediately calls EditItem(NULL), which currently deletes my edit control.</div><div><br></div><div>Hence, when I return back, my edit control is GONE - window handles are 0xdddddddd, etc. So MY code ends up crashing (asserting) because my object thinks it's still around (which it is not because of the call to EditItem(NULL)).</div><div><br></div><div>What is the expected behavior of F5 when editing an item in a report control?&nbsp; I search the source code for VK_F5 within the entire XTP toolkit (not just Report Control), and the only mention is the processing above.&nbsp; There is NO DOCUMENTATION ABOUT THIS (expected?) BEHAVIOR.</div><div><br></div><div>Does that mean that my derived class(es) must process the VK_F5 key?&nbsp; Or never chain back if VK_F5? Or ???&nbsp; What do other apps do?&nbsp; (examples have no special processing).</div>]]>
   </description>
   <pubDate>Fri, 22 Apr 2022 09:26:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24280&amp;PID=78419&amp;title=vk-f5-behavior-cxtpreportinplaceeditonkeydown#78419</guid>
  </item> 
 </channel>
</rss>