<?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 : ListView1.view&lt;&gt;xtpListViewReport ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : ListView1.view&lt;&gt;xtpListViewReport ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 10:59:48 +0000</pubDate>
  <lastBuildDate>Wed, 19 Sep 2007 03:01:04 +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=8028</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[ListView1.view&lt;&gt;xtpListViewReport ? : thank you  ms listview 5.0/6.0...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=26122&amp;title=listview1-viewxtplistviewreport#26122</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1213">BCSVR</a><br /><strong>Subject:</strong> 8028<br /><strong>Posted:</strong> 19 September 2007 at 3:01am<br /><br />thank you<DIV>&nbsp;</DIV><DIV>ms listview 5.0/6.0 &nbsp;is&nbsp; not this</DIV>]]>
   </description>
   <pubDate>Wed, 19 Sep 2007 03:01:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=26122&amp;title=listview1-viewxtplistviewreport#26122</guid>
  </item> 
  <item>
   <title><![CDATA[ListView1.view&lt;&gt;xtpListViewReport ? : Hello,  Yes, please call it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=25996&amp;title=listview1-viewxtplistviewreport#25996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8028<br /><strong>Posted:</strong> 17 September 2007 at 5:29am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Yes,&nbsp; please call it before you add columns and items.</DIV>]]>
   </description>
   <pubDate>Mon, 17 Sep 2007 05:29:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=25996&amp;title=listview1-viewxtplistviewreport#25996</guid>
  </item> 
  <item>
   <title><![CDATA[ListView1.view&lt;&gt;xtpListViewReport ? : ListViewReport.View = xtpListViewReport  clear...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=25989&amp;title=listview1-viewxtplistviewreport#25989</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1213">BCSVR</a><br /><strong>Subject:</strong> 8028<br /><strong>Posted:</strong> 17 September 2007 at 4:52am<br /><br /><FONT color=#ff0000>ListViewReport.View = xtpListViewReport&nbsp;<DIV></DIV><DIV></DIV>clear all data ?<DIV></DIV><DIV></DIV></FONT>]]>
   </description>
   <pubDate>Mon, 17 Sep 2007 04:52:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=25989&amp;title=listview1-viewxtplistviewreport#25989</guid>
  </item> 
  <item>
   <title><![CDATA[ListView1.view&lt;&gt;xtpListViewReport ? : &amp;#039;try code:  Private Sub...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=25979&amp;title=listview1-viewxtplistviewreport#25979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1213">BCSVR</a><br /><strong>Subject:</strong> 8028<br /><strong>Posted:</strong> 16 September 2007 at 2:46pm<br /><br /><DIV>'try code:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_Load()</DIV><P>&nbsp;&nbsp;&nbsp; ListViewReport.ColumnHeaders.Add , , "Item", 1500<BR>&nbsp;&nbsp;&nbsp; ListViewReport.ColumnHeaders.Add , , "Value", ListViewReport.Width - 1500<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems.Add , , "Settings"<BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems.Add , , "Find"<BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems.Add , , "Run"<BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems.Add , , "Help"<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems(1).SubItems(1) = "1"<BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems(2).SubItems(1) = "2"<BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems(3).SubItems(1) = "3"<BR>&nbsp;&nbsp;&nbsp; ListViewReport.ListItems(4).SubItems(1) = "4"<BR>&nbsp;&nbsp;&nbsp;<FONT color=#ff0000> ListViewReport.View = xtpListViewReport&nbsp;<BR></FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>End Sub</P>]]>
   </description>
   <pubDate>Sun, 16 Sep 2007 14:46:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8028&amp;PID=25979&amp;title=listview1-viewxtplistviewreport#25979</guid>
  </item> 
 </channel>
</rss>