<?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 : Examples</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Examples]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 17:35:22 +0000</pubDate>
  <lastBuildDate>Mon, 10 Mar 2008 11:08: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=9831</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[Examples : Good luck!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32092&amp;title=examples#32092</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 10 March 2008 at 11:08am<br /><br />Good luck!]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 11:08:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32092&amp;title=examples#32092</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : Going to try it later today, will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32091&amp;title=examples#32091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 10 March 2008 at 11:01am<br /><br />Going to try it later today, will let you know if i have any hair left&nbsp;<img src="http://forum.codejock.com/smileys/smiley17.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 11:01:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32091&amp;title=examples#32091</guid>
  </item> 
  <item>
   <title><![CDATA[Examples :  I don&amp;#039;t use the ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32089&amp;title=examples#32089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 10 March 2008 at 10:50am<br /><br />I don't use the ReportControl much myself, but basically you have to add rows to the ReportControl using the ReportControl.Records.Add method. Once you have the record object, you can then add cells using the Record.AddItem method. The cells should match you column definitions. Once you have created all of your records, call ReportControl.Populate to display them (this is for efficient repainting). <br><br>This code is adapted from the CodeJock ReportControl sample:<br><br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim Record As ReportRecord<br>&nbsp;&nbsp;&nbsp; 'Adds a new Record to the ReportControl's collection of records, this record will<br>&nbsp;&nbsp;&nbsp; 'automatically be attached to a row and displayed with the Populate method<br>&nbsp;&nbsp;&nbsp; Set Record = Me.ReportControl1.Records.Add()<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;  ' Add Cells to the record<br>&nbsp;&nbsp;&nbsp; Record.AddItem "Cell1 Text"<br>&nbsp;&nbsp;&nbsp; Record.AddItem "Cell2 Text"&nbsp;&nbsp;  ' Etc...<br><br>&nbsp;&nbsp;&nbsp; Me.ReportControl1.Populate&nbsp;&nbsp;  ' Show the record you just added<br>&nbsp;</pre></td></tr></table>]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 10:50:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32089&amp;title=examples#32089</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : I cant even figure out how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32087&amp;title=examples#32087</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 10 March 2008 at 10:28am<br /><br />I cant even figure out how to add the rows, feeling really thick here. Any chance of a small (very easy) example.]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 10:28:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32087&amp;title=examples#32087</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : What is the problem that you are...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32086&amp;title=examples#32086</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 10 March 2008 at 10:21am<br /><br />What is the problem that you are having? Did you call the Populate method of the ReportControl after you added all of the rows?<br><br>]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 10:21:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32086&amp;title=examples#32086</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : Must be someone who can help ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32075&amp;title=examples#32075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 10 March 2008 at 5:44am<br /><br />Must be someone who can help]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 05:44:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32075&amp;title=examples#32075</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : Must be someone out there who...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32074&amp;title=examples#32074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 10 March 2008 at 5:43am<br /><br />Must be someone out there who can give me an example in VB6 of how to easily add a row to a report.]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 05:43:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32074&amp;title=examples#32074</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : Got the columns sorted, problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32055&amp;title=examples#32055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 09 March 2008 at 12:18pm<br /><br />Got the columns sorted, problem is the rows.]]>
   </description>
   <pubDate>Sun, 09 Mar 2008 12:18:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32055&amp;title=examples#32055</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : No, but is very similar. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32054&amp;title=examples#32054</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 09 March 2008 at 11:52am<br /><br />No, but is very similar. ]]>
   </description>
   <pubDate>Sun, 09 Mar 2008 11:52:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32054&amp;title=examples#32054</guid>
  </item> 
  <item>
   <title><![CDATA[Examples : Will this work in VB6 ?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32053&amp;title=examples#32053</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9831<br /><strong>Posted:</strong> 09 March 2008 at 11:18am<br /><br />Will this work in VB6 ?]]>
   </description>
   <pubDate>Sun, 09 Mar 2008 11:18:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9831&amp;PID=32053&amp;title=examples#32053</guid>
  </item> 
 </channel>
</rss>