<?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 DataBinding Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ReportControl DataBinding Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 14:07:00 +0000</pubDate>
  <lastBuildDate>Tue, 22 Oct 2013 13:21:51 +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=13999</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 DataBinding Problem :  hiI googled codejock for a problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=71696&amp;title=reportcontrol-databinding-problem#71696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8298">MACodeJ</a><br /><strong>Subject:</strong> 13999<br /><strong>Posted:</strong> 22 October 2013 at 1:21pm<br /><br />hi<br><br>I googled codejock for a problem I had and came up with the exactly same problem with SQLite you had years ago (2009). Your help request was not answered then. I downloaded the code (vb6) and solved the issue. I don't know if this will help you today. But nevertheless, I wanted to reply. regards/Matt<br><br>Solution:<br>'-----------------------------------------------------------------------------<br>' Bind the recordset to the reportcontrol and populate the control<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With Me.ReportControl1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .DataManager<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set .DataSource = <font color="#FF0000">mo_Rs.GetADORsFromContent</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DataBind<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Populate<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>'------------------------------------------------------------------------------]]>
   </description>
   <pubDate>Tue, 22 Oct 2013 13:21:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=71696&amp;title=reportcontrol-databinding-problem#71696</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DataBinding Problem : Anyone?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=48081&amp;title=reportcontrol-databinding-problem#48081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13999<br /><strong>Posted:</strong> 17 April 2009 at 4:03pm<br /><br />Anyone?]]>
   </description>
   <pubDate>Fri, 17 Apr 2009 16:03:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=48081&amp;title=reportcontrol-databinding-problem#48081</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DataBinding Problem : Has anyone at CJ had a chance...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=47960&amp;title=reportcontrol-databinding-problem#47960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13999<br /><strong>Posted:</strong> 15 April 2009 at 2:45pm<br /><br />Has anyone at CJ had a chance to look at this? It's kind of a showstopper for me, and unless I'm doing something wrong in my code, the problem does appear to be with the databinding implementation of the ReportControl (since everything works fine when I databind to another companies grid control).<br>]]>
   </description>
   <pubDate>Wed, 15 Apr 2009 14:45:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=47960&amp;title=reportcontrol-databinding-problem#47960</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl DataBinding Problem : I&amp;#039;m experiencing a strange...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=47832&amp;title=reportcontrol-databinding-problem#47832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13999<br /><strong>Posted:</strong> 13 April 2009 at 10:50pm<br /><br />I'm experiencing a strange problem with the ReportControl databinding behaviour. I'm using a third-party SQLite database library that exposes a DataSource property. When I set the DataSource property of the ReportControl, I only see the column header &amp; titles, but no underlying data. If I set the same datasource to a ComponentOne VSFlexGrid control everything works as expected (I see my five test rows in the VSFlexGrid). This leads me to believe that the problem is with the Codejock ReportControl.<br><br>Here's a sample project that demonstrates the problem:<br><br><a href="uploads/20090413_224949_ReportC&#111;ntrolDa.zip" target="_blank">uploads/20090413_224949_ReportControlDa.zip</a><br><br>NOTE: You may need to register the dhRichclient3.dll file for the demo to work in the IDE. <br><br>Any ideas?<br>]]>
   </description>
   <pubDate>Mon, 13 Apr 2009 22:50:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13999&amp;PID=47832&amp;title=reportcontrol-databinding-problem#47832</guid>
  </item> 
 </channel>
</rss>