<?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 : Report control instead of listview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Report control instead of listview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 13:21:03 +0000</pubDate>
  <lastBuildDate>Wed, 11 Feb 2009 00:00:37 +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=13356</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[Report control instead of listview : thanks...  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13356&amp;PID=45306&amp;title=report-control-instead-of-listview#45306</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4875">cjzer</a><br /><strong>Subject:</strong> 13356<br /><strong>Posted:</strong> 11 February 2009 at 12:00am<br /><br />thanks...&nbsp;<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Wed, 11 Feb 2009 00:00:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13356&amp;PID=45306&amp;title=report-control-instead-of-listview#45306</guid>
  </item> 
  <item>
   <title><![CDATA[Report control instead of listview : Hi,  There are samples in Sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13356&amp;PID=45275&amp;title=report-control-instead-of-listview#45275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13356<br /><strong>Posted:</strong> 10 February 2009 at 12:26pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>There are samples in Sample forum: <a href="https://forum.codejock.com/forum_posts.asp?TID=11178" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=11178</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 12:26:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13356&amp;PID=45275&amp;title=report-control-instead-of-listview#45275</guid>
  </item> 
  <item>
   <title><![CDATA[Report control instead of listview :   Public Sub Populate()Dim i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13356&amp;PID=45187&amp;title=report-control-instead-of-listview#45187</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4875">cjzer</a><br /><strong>Subject:</strong> 13356<br /><strong>Posted:</strong> 07 February 2009 at 9:28am<br /><br /><img src="http://img102.imageshack.us/img102/1514/listviewfd2.png" height="327" width="616" border="0"><br><br>Public Sub Populate()<br>Dim i As Integer<br>&nbsp;&nbsp;&nbsp; Set rs = New ADODB.Recordset<br>&nbsp;&nbsp;&nbsp; 'If rs.State = 1 Then rs.Close<br>&nbsp;&nbsp;&nbsp; rs.Open "SELECT DISTINCT studentno, fname FROM studentinfo;", db, adOpenDynamic, adLockPessimistic<br>&nbsp;&nbsp;&nbsp; lstSubject.ListItems.Clear<br>&nbsp;&nbsp;&nbsp; i = 1<br>&nbsp;&nbsp;&nbsp; While rs.EOF = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lstSubject.ListItems.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lstSubject.ListItems(i).Text = rs(0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lstSubject.ListItems(i).SubItems(1) = rs(1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i = i + 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rs.MoveNext<br>&nbsp;&nbsp;&nbsp; Wend<br>&nbsp;&nbsp;&nbsp; rs.Close<br>&nbsp;&nbsp;&nbsp; Set rs = Nothing<br>&nbsp;&nbsp; &nbsp;<br>End Sub<br>'==================================================<br><br>I used the code above but it won't work when I use it to the report control...<br>I'm confused ... I can't understand the samples of report control please help <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" align="absmiddle"> <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br><br>I want to use the report control using the recordset.<br><br>Please help for the codes...<br><br>thanks...<br>&nbsp;<br><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Sat, 07 Feb 2009 09:28:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13356&amp;PID=45187&amp;title=report-control-instead-of-listview#45187</guid>
  </item> 
 </channel>
</rss>