<?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 : SOLVED: - Enable TAB  Key navigation</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : SOLVED: - Enable TAB  Key navigation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 04:27:56 +0000</pubDate>
  <lastBuildDate>Thu, 29 Apr 2010 03:46:33 +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=16638</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[SOLVED: - Enable TAB  Key navigation : Thanks Very VeryVeryMuch SuperMario...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58268&amp;title=solved-enable-tab-key-navigation#58268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 29 April 2010 at 3:46am<br /><br />Thanks Very Very&nbsp;Very&nbsp;&nbsp;Much&nbsp; SuperMario <DIV></DIV><DIV>That did it</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0">Mark</DIV>]]>
   </description>
   <pubDate>Thu, 29 Apr 2010 03:46:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58268&amp;title=solved-enable-tab-key-navigation#58268</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation :   Indeed, you are right, 13.0...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58260&amp;title=solved-enable-tab-key-navigation#58260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 28 April 2010 at 11:54am<br /><br />Indeed, you are right, 13.0 does not behave as intended.&nbsp; I went back through and 13.1 is the first version to work correctly.<br><br>Here is a workaround I found to work OK, you can make the condition more strict, but here is the basic idea.&nbsp; You could just use selection changed if you always want it click\tab\whatever:<br><br>Dim bFocusChanged As Boolean<br><br>Private Sub wndReportControl_FocusChanging(ByVal NewRow As XtremeReportControl.IReportRow, ByVal NewColumn As XtremeReportControl.IReportColumn, ByVal NewItem As XtremeReportControl.IReportRecordItem, Cancel As Boolean)<br>&nbsp;&nbsp;&nbsp; bFocusChanged = True<br>End Sub<br><br>Private Sub wndReportControl_SelectionChanged()<br>&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp; If bFocusChanged Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Navigator.BeginEdit<br>&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; bFocusChanged = False<br>End Sub<br>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 11:54:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58260&amp;title=solved-enable-tab-key-navigation#58260</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation : Ok, Well I can&amp;#039;t just update...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58258&amp;title=solved-enable-tab-key-navigation#58258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 28 April 2010 at 9:56am<br /><br />Ok, Well I can't just update every user with the new version yet.<DIV>We are on ver 13.0.0 </DIV><DIV>do you know of any work about so I can Select Text On Edit&nbsp; after Tabing to the item with the above code.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks for helping me out with this</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 09:56:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58258&amp;title=solved-enable-tab-key-navigation#58258</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation : Your code works fine for me, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58254&amp;title=solved-enable-tab-key-navigation#58254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 28 April 2010 at 8:22am<br /><br />Your code works fine for me, but I have 13.3.1.<br><br>Note you don't need to set SelectTextOnEdit for both column and item, if you want the entire column like that then just set the column.&nbsp; Only set individual items if you don't want all items in the column to have this behavior.<br>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 08:22:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58254&amp;title=solved-enable-tab-key-navigation#58254</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation : Hi   I added the code but still...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58245&amp;title=solved-enable-tab-key-navigation#58245</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 28 April 2010 at 2:40am<br /><br />Hi <DIV>&nbsp;</DIV><DIV>I added the code but still can't get it to work.</DIV><DIV>Could you please check my code below</DIV><DIV>&nbsp;</DIV><DIV>Thanks very much</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff>Private Sub Form_Load()<BR>Dim Column As ReportColumn<BR>Dim RecordControl As ReportRecord<BR>Dim rRecord As ReportRecord<BR>Dim Item As ReportRecordItem</FONT></DIV><DIV><FONT color=#0000ff>Set Column = wndReportWaste.Columns.Add(0, "Group", 80, True)<BR>Column.EditOptions.SelectTextOnEdit = False<BR>Column.Visible = False<BR>Set Column = wndReportWaste.Columns.Add(1, "Product", 80, True)<BR>Column.EditOptions.SelectTextOnEdit = True<BR>Set Column = wndReportWaste.Columns.Add(2, "SOT", 70, True)<BR>Column.EditOptions.SelectTextOnEdit = True<BR>Set Column = wndReportWaste.Columns.Add(3, "Inner", 110, True)<BR>Column.EditOptions.SelectTextOnEdit = True</FONT></DIV><DIV><FONT color=#0000ff>Set rRecord = wndReportWaste.Records.Add()</FONT></DIV><DIV><FONT color=#0000ff>Set Item = rRecord.AddItem("1")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True<BR>Set Item = rRecord.AddItem("Paper")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True<BR>Set Item = rRecord.AddItem("")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True<BR>Set Item = rRecord.AddItem("")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True</FONT></DIV><DIV><FONT color=#0000ff>Set rRecord = wndReportWaste.Records.Add()<BR>Set Item = rRecord.AddItem("1")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True<BR>Set Item = rRecord.AddItem("Water")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True<BR>Set Item = rRecord.AddItem("")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True<BR>Set Item = rRecord.AddItem("")<BR>Item.CreateEditOptions<BR>Item.EditOptions.SelectTextOnEdit = True</FONT></DIV><DIV><FONT color=#0000ff>wndReportWaste.FocusSubItems = True</FONT></DIV><DIV><BR><FONT color=#0000ff>wndReportWaste.AllowEdit = True<BR>wndReportWaste.EditOnClick = True<BR>wndReportWaste.Populate</FONT></DIV><DIV><FONT color=#0000ff>End Sub<BR></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 28 Apr 2010 02:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58245&amp;title=solved-enable-tab-key-navigation#58245</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation : there is ReportRecordItemEditOptions.SelectTextOnEdit ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58238&amp;title=solved-enable-tab-key-navigation#58238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 27 April 2010 at 4:20pm<br /><br />there is ReportRecordItemEditOptions.SelectTextOnEdit]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 16:20:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58238&amp;title=solved-enable-tab-key-navigation#58238</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation : Hi   Thanks for your reply  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58232&amp;title=solved-enable-tab-key-navigation#58232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 27 April 2010 at 11:00am<br /><br />Hi <DIV>&nbsp;</DIV><DIV>Thanks for your reply</DIV><DIV>&nbsp;</DIV><DIV>I have added&nbsp; <FONT color=#000066>wndReportWaste.FocusSubItems = True</FONT><BR>which nearly gets me there,</DIV><DIV>Because I have </DIV><DIV>wndReportWaste.EditOnClick = True</DIV><DIV>&nbsp;</DIV><DIV>Tabbing into a cell item doesn't select the contents</DIV><DIV>&nbsp;</DIV><DIV>Any Ideas?</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV>]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 11:00:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58232&amp;title=solved-enable-tab-key-navigation#58232</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation : Also set:wndReportWaste.FocusSubItems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58229&amp;title=solved-enable-tab-key-navigation#58229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 27 April 2010 at 9:14am<br /><br />Also set:<br><br><font color="#000066">wndReportWaste.FocusSubItems = True</font><br><br><br>]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 09:14:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58229&amp;title=solved-enable-tab-key-navigation#58229</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: - Enable TAB  Key navigation : Hi  In the example code, I cannot...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58225&amp;title=solved-enable-tab-key-navigation#58225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 16638<br /><strong>Posted:</strong> 27 April 2010 at 5:02am<br /><br /><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>Hi<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><O:P></O:P></FONT></FONT></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>&nbsp;<O:P></O:P></FONT></FONT></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>In the example code, I cannot get the tab key to move focus from one cell item to another.<O:P></O:P></FONT></FONT></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>Anyone know how to do this? (The arrow keys would do, just need keyboard navigation not just the mouse)<O:P></O:P></FONT></FONT></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>&nbsp;<O:P></O:P></FONT></FONT></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>Thanks<O:P></O:P></FONT></FONT></P><P style="MARGIN: 0cm 0cm 0pt" ="Ms&#111;normal"><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT size=2>&nbsp;<O:P></O:P></FONT></FONT></P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-GB; mso-fareast-: EN-US; mso-bidi-: AR-SA"><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">Mark</FONT></SPAN> <DIV>&nbsp;</DIV><DIV><FONT color=#000066>Private Sub Form_Load()<BR>Dim Column As ReportColumn<BR>Dim RecordControl As ReportRecord<BR>Dim rRecord As ReportRecord</FONT></DIV><DIV><FONT color=#000066>Set Column = wndReportWaste.Columns.Add(0, "Group", 80, True)<BR>Column.EditOptions.SelectTextOnEdit = False<BR>Column.Visible = False<BR>Set Column = wndReportWaste.Columns.Add(1, "Product", 80, True)<BR>Column.EditOptions.SelectTextOnEdit = True<BR>Set Column = wndReportWaste.Columns.Add(2, "SOT", 70, True)<BR>Column.EditOptions.SelectTextOnEdit = True<BR>Set Column = wndReportWaste.Columns.Add(3, "Inner", 110, True)<BR>Column.EditOptions.SelectTextOnEdit = True</FONT></DIV><DIV><FONT color=#000066>Set rRecord = wndReportWaste.Records.Add()<BR>rRecord.AddItem "1": rRecord.AddItem "Paper": rRecord.AddItem "": rRecord.AddItem ""<BR>Set rRecord = wndReportWaste.Records.Add()<BR>rRecord.AddItem "1": rRecord.AddItem "Cardboard": rRecord.AddItem "": rRecord.AddItem ""<BR>Set rRecord = wndReportWaste.Records.Add()<BR>rRecord.AddItem "1": rRecord.AddItem "Plastics": rRecord.AddItem "": rRecord.AddItem ""<BR>Set rRecord = wndReportWaste.Records.Add()<BR>rRecord.AddItem "1": rRecord.AddItem "Glass": rRecord.AddItem "": rRecord.AddItem ""</FONT></DIV><DIV><BR><FONT color=#000066>wndReportWaste.AllowEdit = True<BR>wndReportWaste.EditOnClick = True<BR>wndReportWaste.Populate</FONT></DIV><DIV><FONT color=#000066>End Sub</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 27 Apr 2010 05:02:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16638&amp;PID=58225&amp;title=solved-enable-tab-key-navigation#58225</guid>
  </item> 
 </channel>
</rss>