<?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 : select spesific row</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : select spesific row]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:46:25 +0000</pubDate>
  <lastBuildDate>Fri, 05 May 2006 16:34:42 +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=4116</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[select spesific row : yes, I&amp;#039;ve tried and it works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12705&amp;title=select-spesific-row#12705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 05 May 2006 at 4:34pm<br /><br />yes, I've tried and it works if you have at least 1 record in the control and it is already populated.<br><br>Of course it would be better to do that not in 1 line, but with checking each property for Nothing. Look which one is nothing, and you'll see what's the problem is.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 05 May 2006 16:34:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12705&amp;title=select-spesific-row#12705</guid>
  </item> 
  <item>
   <title><![CDATA[select spesific row :   You can always find a necessary...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12689&amp;title=select-spesific-row#12689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 04 May 2006 at 10:10pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> <br>You can always find a necessary row by record and move there.<br>Example:<br><table width="99%"><tr><td><pre class="BBcode"><br>wndReportControl.Navigator.MoveToRow  wndReportControl.Rows.FindRow(wndReportControl.Records(wndRe portControl.Records.Count - 1)).Index<br></pre></td></tr></table><br></td></tr></table><br><br>Did you try above code? it come up with error 91<br>]]>
   </description>
   <pubDate>Thu, 04 May 2006 22:10:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12689&amp;title=select-spesific-row#12689</guid>
  </item> 
  <item>
   <title><![CDATA[select spesific row :    barianto wrote:when Column...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12675&amp;title=select-spesific-row#12675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 04 May 2006 at 3:01pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by barianto" alt="Originally posted by barianto" style="vertical-align: text-bottom;" /> <strong>barianto wrote:</strong><br /><br /><br>when Column is index <span style="font-style: italic;">ReportControl.Navigator.MoveLastRow </span>also fail to go to the last <span style="font-weight: bold;">record</span> instead it is go to the last <span style="font-weight: bold;">row</span> of collection</td></tr></table><br><br>You can always find a necessary row by record and move there.<br>Example:<br><table width="99%"><tr><td><pre class="BBcode"><br>wndReportControl.Navigator.MoveToRow  wndReportControl.Rows.FindRow(wndReportControl.Records(wndRe portControl.Records.Count - 1)).Index<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Thu, 04 May 2006 15:01:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12675&amp;title=select-spesific-row#12675</guid>
  </item> 
  <item>
   <title><![CDATA[select spesific row : maybe use MoveLastColumn or MoveToColumn...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12672&amp;title=select-spesific-row#12672</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 04 May 2006 at 1:12pm<br /><br />maybe use MoveLastColumn or MoveToColumn then?]]>
   </description>
   <pubDate>Thu, 04 May 2006 13:12:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12672&amp;title=select-spesific-row#12672</guid>
  </item> 
  <item>
   <title><![CDATA[select spesific row : anyone can help me how to set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12668&amp;title=select-spesific-row#12668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 04 May 2006 at 12:19pm<br /><br />anyone can help me how to set focused to the newly added row in indexedcolumn. Or how to chechk wheter or not a column indexed, pls...]]>
   </description>
   <pubDate>Thu, 04 May 2006 12:19:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12668&amp;title=select-spesific-row#12668</guid>
  </item> 
  <item>
   <title><![CDATA[select spesific row : i&amp;#039;m using codejock 10.1.1when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12641&amp;title=select-spesific-row#12641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 03 May 2006 at 9:37pm<br /><br />i'm using codejock 10.1.1<br><br>when Column is index <span style="font-style: italic;">ReportControl.Navigator.MoveLastRow </span>also fail to go to the last <span style="font-weight: bold;">record</span> instead it is go to the last <span style="font-weight: bold;">row</span> of collection]]>
   </description>
   <pubDate>Wed, 03 May 2006 21:37:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12641&amp;title=select-spesific-row#12641</guid>
  </item> 
  <item>
   <title><![CDATA[select spesific row : It depends on which version of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12618&amp;title=select-spesific-row#12618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 03 May 2006 at 12:02pm<br /><br />It depends on which version of the control do you use.<br>In last versions there is an object <span style="font-weight: bold;">ReportNavigator</span>, which could be used in a following way: <span style="font-style: italic;">ReportControl.Navigator.MoveLastRow</span><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 03 May 2006 12:02:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12618&amp;title=select-spesific-row#12618</guid>
  </item> 
  <item>
   <title><![CDATA[select spesific row : Hi,(I have been search to old...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12606&amp;title=select-spesific-row#12606</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4116<br /><strong>Posted:</strong> 03 May 2006 at 10:09am<br /><br />Hi,<br><br>(I have been search to old post :) )<br><br>I need to focused the last row of ReportControl that newly added. I able to do that with this code:<br><br>&nbsp;&nbsp;&nbsp; Dim LastRow As Long<br>&nbsp;&nbsp;&nbsp; LastRow = wndReportControl.Rows.Count - 1<br>&nbsp;&nbsp;&nbsp; wndReportControl.FocusedRow = wndReportControl.Rows(LastRow)<br><br>but when the column is index, code above just failed.<br><br>i also notice built in method use by ReportCOntrol to navigation, something like MoveNext, MoveFIrstRow, MoveLastRow, etc. Can we use it in our code? how?<br><br>]]>
   </description>
   <pubDate>Wed, 03 May 2006 10:09:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4116&amp;PID=12606&amp;title=select-spesific-row#12606</guid>
  </item> 
 </channel>
</rss>