<?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 : Navigator Issues</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Navigator Issues]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:28:49 +0000</pubDate>
  <lastBuildDate>Wed, 15 Nov 2006 14:09: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=5517</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[Navigator Issues : Nevermind... I found one of your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17348&amp;title=navigator-issues#17348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 5517<br /><strong>Posted:</strong> 15 November 2006 at 2:09pm<br /><br />Nevermind... I found one of your old posts about it in another thread.. thanks for all the help!&nbsp;&nbsp; &nbsp;]]>
   </description>
   <pubDate>Wed, 15 Nov 2006 14:09:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17348&amp;title=navigator-issues#17348</guid>
  </item> 
  <item>
   <title><![CDATA[Navigator Issues : thanks,I&amp;#039;m just confused...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17347&amp;title=navigator-issues#17347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 5517<br /><strong>Posted:</strong> 15 November 2006 at 1:48pm<br /><br />thanks,<br>I'm just confused how to call it for an entire column because I'm geting an error on trying to set if for all the rows in a specific column... there are no real examples in the help file.<br><br>thanks <br>]]>
   </description>
   <pubDate>Wed, 15 Nov 2006 13:48:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17347&amp;title=navigator-issues#17347</guid>
  </item> 
  <item>
   <title><![CDATA[Navigator Issues : If SelectTextOnEdit is True, then...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17339&amp;title=navigator-issues#17339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5517<br /><strong>Posted:</strong> 15 November 2006 at 12:14pm<br /><br />If SelectTextOnEdit is True, then all that you need is call wndReportControl.EditItem for the corresponding item, and it will be selected automatically.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 15 Nov 2006 12:14:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17339&amp;title=navigator-issues#17339</guid>
  </item> 
  <item>
   <title><![CDATA[Navigator Issues : Thanks,Quick Question?We have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17338&amp;title=navigator-issues#17338</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 5517<br /><strong>Posted:</strong> 15 November 2006 at 11:25am<br /><br />Thanks,<br>Quick Question?<br><br>We have the FocusSubItems set to true and the columns we are editing have the SelectTextOnEdit to true too... we are running into an issue that when using the keys to navigate from cell to cell, it does not act the same if we clicked into the cell.... Such as it does not highlight the entire text when you click into the cell, it just moves the cursor to the end. Is there a way to select the text? we were using sendkey {end} +{home}&nbsp; but I'm finding that method is not totally correct.<br><br>Thanks again<br>]]>
   </description>
   <pubDate>Wed, 15 Nov 2006 11:25:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17338&amp;title=navigator-issues#17338</guid>
  </item> 
  <item>
   <title><![CDATA[Navigator Issues : Hi, Keydown event is processing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17319&amp;title=navigator-issues#17319</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5517<br /><strong>Posted:</strong> 15 November 2006 at 4:25am<br /><br />Hi, <br><br>Keydown event is processing navigator buttons by itself. And when you're trying to move a row up or down, it's moved 2 times. <br><br>To avoid this behavior use PreviewKeyDown and cancel default key processing. Example:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub wndReportControl_PreviewKeyDown(KeyCode As Integer, ByVal Shift As Integer, Cancel As Boolean)<br>&nbsp;&nbsp;&nbsp; If KeyCode = vbKeyDown Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Navigator.MoveDown True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cancel = True<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 15 Nov 2006 04:25:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17319&amp;title=navigator-issues#17319</guid>
  </item> 
  <item>
   <title><![CDATA[Navigator Issues : Hi we are trying use the navigator...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17309&amp;title=navigator-issues#17309</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 5517<br /><strong>Posted:</strong> 14 November 2006 at 5:17pm<br /><br />Hi we are trying use the navigator functions in the Report Control... currently when we set the Report Control to allow edit... when using the navigator.moveUp and navigator.moveDown with the keydown event, it skips every 2 to 3 rows at a time.<br><br>There has to be something stupid going on.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 17:17:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5517&amp;PID=17309&amp;title=navigator-issues#17309</guid>
  </item> 
 </channel>
</rss>