<?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 : How to retrieve Data</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How to retrieve Data]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 01:30:59 +0000</pubDate>
  <lastBuildDate>Mon, 26 Mar 2007 21:47:02 +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=6648</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[How to retrieve Data : thanks a lot and i solved it in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6648&amp;PID=21477&amp;title=how-to-retrieve-data#21477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2846">fireflame</a><br /><strong>Subject:</strong> 6648<br /><strong>Posted:</strong> 26 March 2007 at 9:47pm<br /><br />thanks a lot and i solved it in another way like:<DIV>CXTPReportRecordItemText pTextItem1 = dynamic_cast&lt;CXTPReportRecordItemText*&gt;(pRecord1-&gt;GetItem(3));<BR>&nbsp;&nbsp;CString strText1 = pTextItem1-&gt;GetValue();</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 Mar 2007 21:47:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6648&amp;PID=21477&amp;title=how-to-retrieve-data#21477</guid>
  </item> 
  <item>
   <title><![CDATA[How to retrieve Data : Hi. Try to use this:  CXTPReportRecords*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6648&amp;PID=21314&amp;title=how-to-retrieve-data#21314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1999">FSauer</a><br /><strong>Subject:</strong> 6648<br /><strong>Posted:</strong> 21 March 2007 at 5:07am<br /><br />Hi.<DIV>Try to use this:</DIV><DIV>&nbsp;</DIV><DIV>CXTPReportRecords* records = GetReportCtrl().GetRecords();<BR>CXTPReportRecord* record = records-&gt;GetAt(0); //For the first record</DIV><DIV>CXTPReportRecordItem* item = record -&gt;GetItem(0) //For the first Item in the record</DIV><DIV>&nbsp;</DIV><DIV>if(item-&gt;IsKindOf(RUNTIME_CLASS(CXTPReportRecordItemText)))<BR>CString str = (CXTPReportRecordItemText*)item)-&gt;GetValue();</DIV><DIV>&nbsp;</DIV><DIV>Regards FSauer</DIV><DIV>&nbsp;<BR></DIV>]]>
   </description>
   <pubDate>Wed, 21 Mar 2007 05:07:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6648&amp;PID=21314&amp;title=how-to-retrieve-data#21314</guid>
  </item> 
  <item>
   <title><![CDATA[How to retrieve Data : I got a reportcontrol and some...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6648&amp;PID=21163&amp;title=how-to-retrieve-data#21163</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2846">fireflame</a><br /><strong>Subject:</strong> 6648<br /><strong>Posted:</strong> 15 March 2007 at 1:49am<br /><br />I got a reportcontrol and some data displayed like:<DIV>&nbsp;</DIV><DIV>InstrumentID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fee</DIV><DIV>&nbsp; CU0705&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100</DIV><DIV>&nbsp; AL0809&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 200</DIV><DIV>&nbsp;</DIV><DIV>now I want to retrieve the data in the Instrument column,who can help me!</DIV>]]>
   </description>
   <pubDate>Thu, 15 Mar 2007 01:49:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6648&amp;PID=21163&amp;title=how-to-retrieve-data#21163</guid>
  </item> 
 </channel>
</rss>