<?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 : suggestion for improvement (cell, focusable)</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : suggestion for improvement (cell, focusable)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 16:53:51 +0000</pubDate>
  <lastBuildDate>Fri, 19 Jun 2009 12:28:30 +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=14575</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[suggestion for improvement (cell, focusable) : OK - make sense ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14575&amp;PID=50126&amp;title=suggestion-for-improvement-cell-focusable#50126</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14575<br /><strong>Posted:</strong> 19 June 2009 at 12:28pm<br /><br />OK - make sense]]>
   </description>
   <pubDate>Fri, 19 Jun 2009 12:28:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14575&amp;PID=50126&amp;title=suggestion-for-improvement-cell-focusable#50126</guid>
  </item> 
  <item>
   <title><![CDATA[suggestion for improvement (cell, focusable) : Hi,we have in our report only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14575&amp;PID=50121&amp;title=suggestion-for-improvement-cell-focusable#50121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3301">Michl</a><br /><strong>Subject:</strong> 14575<br /><strong>Posted:</strong> 19 June 2009 at 8:39am<br /><br />Hi,<br><br>we have in our report only one column which accepts input (editable, focusable).<br>Although this column is at the end of report, the first cell is focused (white background and dots).<br>This happens before a editable cell was selected and the report got focus.<br><br>I found the problem in populate.<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; if (m_pFocusedColumn == NULL &amp;&amp; m_bFocusSubItems)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pFocusedColumn = m_pColumns-&gt;GetFirstVisibleColumn();<br>&nbsp;&nbsp;&nbsp; }<br></pre></td></tr></table><br><br>This should be implement like this<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; CXTPReportRow* pRow = GetRows()-&gt;GetAt( GetTopRowIndex() );<br>&nbsp;&nbsp;&nbsp; m_pFocusedColumn = GetNextFocusableColumn( pRow, 0, +1 ) ;<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Fri, 19 Jun 2009 08:39:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14575&amp;PID=50121&amp;title=suggestion-for-improvement-cell-focusable#50121</guid>
  </item> 
 </channel>
</rss>