<?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 : InplaceEdit and Up/Down keys</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : InplaceEdit and Up/Down keys]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 22:02:16 +0000</pubDate>
  <lastBuildDate>Thu, 16 Nov 2006 14:58:05 +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=5540</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[InplaceEdit and Up/Down keys : Is there an easy way to tab to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5540&amp;PID=17384&amp;title=inplaceedit-and-up-down-keys#17384</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 5540<br /><strong>Posted:</strong> 16 November 2006 at 2:58pm<br /><br /><P>Is there an easy way to tab to an item that has several constraints and use the up/down keys to scroll through each constraint?&nbsp; Right now, I can't do that unless I click on the down arrow first or make a change to the CodeJock source.</P><DIV>If I make a change to the following CodeJock soure as noted in red:</DIV><DIV>&nbsp;</DIV><DIV>BOOL CXTReportInplaceEdit::PreTranslateMessage(MSG* pMsg)</DIV><DIV>{</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#ff0000>if (pMsg-&gt;message == WM_KEYDOWN &amp;&amp; (pMsg-&gt;wParam == VK_DOWN || pMsg-&gt;wParam == VK_UP ) {</FONT></DIV><DIV><FONT color=#ff0000></FONT>&nbsp;</DIV><DIV><FONT color=#ff0000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return CEdit::PretranslateMessage(pMsg);</FONT></DIV><DIV><FONT color=#ff0000>&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; if (pMsg-&gt;message == WM_KEYDOWN &amp;&amp; IsDialogMessage(pMsg))</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return True;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; return CEdit::PretranslateMessage(pMsg);</DIV><DIV>}</DIV><FONT face="Courier New, Courier, mono" size=2><P align=left>then this allows me to override PreTranslate in my view class and catch the message.&nbsp; Once I catch the message, I can determine the row and column, get the item constraints, and figure out the next constraint in the list.&nbsp; Then, update the edit control to the new text and the value in the item.</P><DIV></DIV><DIV></DIV>This works but I have to change the CodeJock source.&nbsp; So, I was wondering if anyone knew a way that did not require a change to the source and if not then could CodeJock add this change to the source for the next release?<DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Larry</DIV></FONT>]]>
   </description>
   <pubDate>Thu, 16 Nov 2006 14:58:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5540&amp;PID=17384&amp;title=inplaceedit-and-up-down-keys#17384</guid>
  </item> 
 </channel>
</rss>