<?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 : How to set the Row number dynamic?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How to set the Row number dynamic?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 22:04:28 +0000</pubDate>
  <lastBuildDate>Mon, 06 Nov 2006 11:17:10 +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=5404</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[How to set the Row number dynamic? : See VirtualRows sample, menu Report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=17067&amp;title=how-to-set-the-row-number-dynamic#17067</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5404<br /><strong>Posted:</strong> 06 November 2006 at 11:17am<br /><br />See VirtualRows sample, menu Report / Change Rows count.<br><br>The method look like the following:<br><table width="99%"><tr><td><pre class="BBcode"><br>void CVirtualListView::OnReportSetrowscount()<br>{<br>&nbsp;&nbsp;&nbsp; CDialogRowsCount dr;<br>&nbsp;&nbsp;&nbsp; if (dr.DoModal() == IDOK)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GetReportCtrl().SetVirtualMode(new CVirtualRecord(), dr.m_nRowsCount);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GetReportCtrl().Populate();<br>&nbsp;&nbsp;&nbsp; }<br><br>}<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 06 Nov 2006 11:17:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=17067&amp;title=how-to-set-the-row-number-dynamic#17067</guid>
  </item> 
  <item>
   <title><![CDATA[How to set the Row number dynamic? : Thanks sserge .   Can u tell...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=17035&amp;title=how-to-set-the-row-number-dynamic#17035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2471">heartofdra</a><br /><strong>Subject:</strong> 5404<br /><strong>Posted:</strong> 05 November 2006 at 9:42pm<br /><br />&nbsp;Thanks <a href="https://forum.codejock.com/member_profile.asp?PF=862&amp;FID=38" target="_blank"><strong><FONT color=#000000>sserge</FONT></strong></A> .<DIV>&nbsp;</DIV><DIV>&nbsp; Can u tell me which &nbsp;the <strong>"</strong>small dialog <strong>" is ?</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong>&nbsp;&nbsp;&nbsp; </strong></DIV><DIV><strong>&nbsp;&nbsp; Maybe the "ReportSample" also can be a one ——its "filter" function can change the rows dynamic .&nbsp; But , I can't find the code(in my mind ,it is a function ) which response &nbsp;this "filter" function ,&nbsp; can you tell me your train of thoughts??</strong></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 05 Nov 2006 21:42:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=17035&amp;title=how-to-set-the-row-number-dynamic#17035</guid>
  </item> 
  <item>
   <title><![CDATA[How to set the Row number dynamic? : Our demo does have a small dialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=16939&amp;title=how-to-set-the-row-number-dynamic#16939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5404<br /><strong>Posted:</strong> 02 November 2006 at 4:05am<br /><br />Our demo does have a small dialog where you can change a number of rows -- try looking at how is it implemented there...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 02 Nov 2006 04:05:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=16939&amp;title=how-to-set-the-row-number-dynamic#16939</guid>
  </item> 
  <item>
   <title><![CDATA[How to set the Row number dynamic? :    According to u demo , u set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=16937&amp;title=how-to-set-the-row-number-dynamic#16937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2471">heartofdra</a><br /><strong>Subject:</strong> 5404<br /><strong>Posted:</strong> 02 November 2006 at 3:22am<br /><br /><DIV></DIV>&nbsp;&nbsp; <DIV></DIV><DIV></DIV>&nbsp; According to u demo , u set the row number like below: <DIV>&nbsp;</DIV><DIV>&nbsp;m_wndReport.SetVirtualMode(new&nbsp;&nbsp; CVirtualRecord(),&nbsp;&nbsp;&nbsp;&nbsp; 6); </DIV><DIV>&nbsp;</DIV><DIV>So if I want change the row number during the software is running, how to do it ???</DIV><DIV>&nbsp;</DIV><DIV>Also ,&nbsp;How &nbsp;about&nbsp; the&nbsp; &nbsp;column?? </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 02 Nov 2006 03:22:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5404&amp;PID=16937&amp;title=how-to-set-the-row-number-dynamic#16937</guid>
  </item> 
 </channel>
</rss>