<?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 : ReportControl Frustration</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : ReportControl Frustration]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 11:40:19 +0000</pubDate>
  <lastBuildDate>Wed, 11 Jul 2007 12:08:56 +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=7581</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[ReportControl Frustration : Ah.. the light just went on. Got...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24404&amp;title=reportcontrol-frustration#24404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3112">Nicolaus</a><br /><strong>Subject:</strong> 7581<br /><strong>Posted:</strong> 11 July 2007 at 12:08pm<br /><br />Ah.. the light just went on. Got it. <img src="http://forum.codejock.com/smileys/smiley17.gif" border="0" align="absmiddle"><br><br>btw. has anyone an idea how to use a groupbox with radiobuttons<br>with Access XP?<br><br>It doesn't seem to be possible to insert the radio buttons in the groupbox and if I try to use the radio buttons alone then it's not possible for me to enable a radio button more than once.<br><br>Strange behaviour indeed.<br>Cheers<br>nick<br>]]>
   </description>
   <pubDate>Wed, 11 Jul 2007 12:08:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24404&amp;title=reportcontrol-frustration#24404</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Frustration : It is because you put index of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24394&amp;title=reportcontrol-frustration#24394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 7581<br /><strong>Posted:</strong> 11 July 2007 at 10:39am<br /><br />It is because you put index of column to 101.&nbsp; The first param is an index not an id.]]>
   </description>
   <pubDate>Wed, 11 Jul 2007 10:39:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24394&amp;title=reportcontrol-frustration#24394</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Frustration : Hey Nick, On further analysis...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24393&amp;title=reportcontrol-frustration#24393</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2141">nvierros</a><br /><strong>Subject:</strong> 7581<br /><strong>Posted:</strong> 11 July 2007 at 10:02am<br /><br /><P>Hey Nick,</P><P>On further analysis of your code, i changed:</P><DIV><FONT color=#0033ff size=1>Set Column = wndReportControl.Columns.Add(101, "Column 1", 100, False)</FONT></DIV><DIV><FONT color=#0033ff size=1></FONT>&nbsp;</DIV><DIV><FONT color=#0033ff size=1>TO:</FONT></DIV><DIV><FONT color=#0033ff size=1></FONT>&nbsp;</DIV><DIV><FONT color=#0033ff size=1>Set Column = wndReportControl.Columns.Add(0, "Column 1", 100, False)</FONT></DIV><DIV>&nbsp;</DIV><DIV>and that seemed to fix the problem, not sure why it does this though..</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV><DIV>&nbsp;</DIV><DIV>Nick</DIV><DIV><FONT color=#0033ff size=1></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jul 2007 10:02:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24393&amp;title=reportcontrol-frustration#24393</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Frustration : Thanks a lot mate!You really saved...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24392&amp;title=reportcontrol-frustration#24392</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3112">Nicolaus</a><br /><strong>Subject:</strong> 7581<br /><strong>Posted:</strong> 11 July 2007 at 9:54am<br /><br />Thanks a lot mate!<br><br>You really saved my day. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>It works for me too, although I don't quite understand why<br>my own sample didn't.<br><br>Cheers<br>Nick<br>]]>
   </description>
   <pubDate>Wed, 11 Jul 2007 09:54:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24392&amp;title=reportcontrol-frustration#24392</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Frustration : Hey Nick,  This code seems to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24391&amp;title=reportcontrol-frustration#24391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2141">nvierros</a><br /><strong>Subject:</strong> 7581<br /><strong>Posted:</strong> 11 July 2007 at 9:47am<br /><br />Hey Nick,<DIV>&nbsp;</DIV><DIV>This code seems to work on for me.</DIV><DIV>&nbsp;</DIV><DIV>Dim Column As ReportColumn<BR>Dim record As ReportRecord</DIV><DIV>&nbsp;</DIV><DIV>Set Column = ReportControl.Columns.Add(0, "Customer ID", 80, True)<BR>Column.AllowDrag = False</DIV><DIV>&nbsp;</DIV><DIV>Set Column = ReportControl.Columns.Add(1, "Name", 80, True)<BR>Column.AllowDrag = False</DIV><DIV><BR>Set record = ReportControl.Records.Add()</DIV><DIV>&nbsp;</DIV><DIV>record.AddItem "C0000001"<BR>record.AddItem "Nick"</DIV><DIV><BR>ReportControl.Populate</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jul 2007 09:47:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24391&amp;title=reportcontrol-frustration#24391</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl Frustration : I&amp;#039;m completely frustrated...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24390&amp;title=reportcontrol-frustration#24390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3112">Nicolaus</a><br /><strong>Subject:</strong> 7581<br /><strong>Posted:</strong> 11 July 2007 at 9:14am<br /><br />I'm completely frustrated after hours of experimenting with <br>the ReportControl. <br><br>I'm using "Access XP" and I tried to build an absolute <br>simple app with one ReportContrl and a few test records.<br><br><font color="#0033ff" size="1">Dim Column&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As ReportColumn<br>Dim Record&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As ReportRecord<br>Dim Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As ReportRecordItem<br><br>Set Column = wndReportControl.Columns.Add(101, "Column 1", 100, False)<br>Column.AllowDrag = False<br><br>Set Record = wndReportControl.Records.Add<br>Set Item = Record.AddItem("First Item")<br>wndReportControl.Populate<br><br><font color="#000000"><font size="2">However, the ReportControl is always empty showing only<br>an empty record line.<br><br>Any ideas?<br>Cheers<br>Nick<br></font></font></font><br>]]>
   </description>
   <pubDate>Wed, 11 Jul 2007 09:14:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7581&amp;PID=24390&amp;title=reportcontrol-frustration#24390</guid>
  </item> 
 </channel>
</rss>