<?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 : Doubt in ReportControl Sample?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Doubt in ReportControl Sample?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 13:23:45 +0000</pubDate>
  <lastBuildDate>Fri, 16 Nov 2007 00:30:39 +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=8617</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[Doubt in ReportControl Sample? : Hi, Thanks for not replying so...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28509&amp;title=doubt-in-reportcontrol-sample#28509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 16 November 2007 at 12:30am<br /><br /><P>Hi,</P><P>&nbsp;Thanks for not replying so far, because I found the solution&nbsp;for the queries which I asked earlier.</P>]]>
   </description>
   <pubDate>Fri, 16 Nov 2007 00:30:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28509&amp;title=doubt-in-reportcontrol-sample#28509</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi, I found the solution for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28485&amp;title=doubt-in-reportcontrol-sample#28485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 15 November 2007 at 8:01am<br /><br /><P>Hi,</P><P>&nbsp;I found the solution for the query 1. and 3. but I urgently need the solution for the 2 one. ie., I want to find which column I clicked because I have to do some implementation for first column and some implementation for second column. Please help.</P><DIV>&nbsp;</DIV><DIV><FONT size=2><P>XTP_NM_REPORTRECORDITEM* pItemNotify = (XTP_NM_REPORTRECORDITEM*) pNotifyStruct;</P><P>ASSERT(pItemNotify != NULL);</P><P>CXTPReportRecordItem* pItem;</P><P>pItemNotify-&gt;pColumn-&gt;SetSortable(FALSE);</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2>(m_QT_ctrl.GetColumns()-&gt;Find(COLUMN_CHECK)) - here only I have to know which column I clicked in the report.</P></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 15 Nov 2007 08:01:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28485&amp;title=doubt-in-reportcontrol-sample#28485</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi, 3. I doing like this m_QT_ctrl.AddRecord(new...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28460&amp;title=doubt-in-reportcontrol-sample#28460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 14 November 2007 at 9:53am<br /><br /><P>Hi,</P><DIV>&nbsp;3. I doing like this</DIV><FONT size=2><P>m_QT_ctrl.AddRecord(</FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> CMessageRecord(1,cstrQT));</P><DIV></DIV><DIV>I want to set the focused row should be the row which I added(the above code).</DIV><DIV>I trying like this</DIV><DIV><FONT size=2><P>CXTPReportRow* pNextRow = m_QT_ctrl.GetRows()-&gt;GetAt(m_QT_ctrl.GetRows()-&gt;GetCount()); </P><P>m_QT_ctrl.SetFocusedRow(pNextRow,TRUE);</P><DIV></DIV>But I am not getting the result. Please help.</FONT></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 14 Nov 2007 09:53:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28460&amp;title=doubt-in-reportcontrol-sample#28460</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi,  I got the solution. My Next...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28454&amp;title=doubt-in-reportcontrol-sample#28454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 14 November 2007 at 5:06am<br /><br />Hi,<DIV>&nbsp; I got the solution. My Next query is </DIV><DIV>1. Is there is anything equivalent to FindStringExact in the Report Control?</DIV><DIV>2. How can I know I clicked the first column or second column etc.,</DIV><DIV>&nbsp;</DIV><DIV>Please report.</DIV>]]>
   </description>
   <pubDate>Wed, 14 Nov 2007 05:06:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28454&amp;title=doubt-in-reportcontrol-sample#28454</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi,  I am unable to do.please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28410&amp;title=doubt-in-reportcontrol-sample#28410</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 13 November 2007 at 7:20am<br /><br />Hi,<DIV>&nbsp; I am unable to do.please send some code related to that.</DIV>]]>
   </description>
   <pubDate>Tue, 13 Nov 2007 07:20:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28410&amp;title=doubt-in-reportcontrol-sample#28410</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi,  Is it possible to send the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28378&amp;title=doubt-in-reportcontrol-sample#28378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 12 November 2007 at 2:04am<br /><br /><P>Hi,</P><P>&nbsp; Is it possible to send the code for that. Please.</P>]]>
   </description>
   <pubDate>Mon, 12 Nov 2007 02:04:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28378&amp;title=doubt-in-reportcontrol-sample#28378</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi,  try catch XTP_NM_REPORT_SORTORDERCHANGED...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28147&amp;title=doubt-in-reportcontrol-sample#28147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 06 November 2007 at 6:21am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>try catch XTP_NM_REPORT_SORTORDERCHANGED message and select all rows.</DIV>]]>
   </description>
   <pubDate>Tue, 06 Nov 2007 06:21:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28147&amp;title=doubt-in-reportcontrol-sample#28147</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi,  Can you please help on this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28145&amp;title=doubt-in-reportcontrol-sample#28145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 06 November 2007 at 4:56am<br /><br /><P>Hi,</P><P>&nbsp; Can you please help on this issue.</P>]]>
   </description>
   <pubDate>Tue, 06 Nov 2007 04:56:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28145&amp;title=doubt-in-reportcontrol-sample#28145</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? : Hi Oleg,  It works fine. Thanks. My...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28042&amp;title=doubt-in-reportcontrol-sample#28042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 03 November 2007 at 8:16am<br /><br />Hi Oleg,<DIV>&nbsp;&nbsp; It works fine. Thanks.</DIV><DIV>My next query is in ReportDialog Sample, if you press the CHECK_ICON it sorting the Rows in the report control. I want to do like if I press CHECK_ICON the&nbsp;rows in that column&nbsp;containing the CheckBox should be selected automatically (like Select All / DeSelect All). How I can do that? Please help with code. I mean to say that setcheck(true/false) all the checkboxes.</DIV>]]>
   </description>
   <pubDate>Sat, 03 Nov 2007 08:16:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28042&amp;title=doubt-in-reportcontrol-sample#28042</guid>
  </item> 
  <item>
   <title><![CDATA[Doubt in ReportControl Sample? :  Hi,  ((CXTPReportRecordItemText*)pItem)-&amp;gt;GetValue()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28034&amp;title=doubt-in-reportcontrol-sample#28034</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8617<br /><strong>Posted:</strong> 02 November 2007 at 4:45pm<br /><br /><FONT size=2><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>((CXTPReportRecordItemText*)</FONT>pItem)-&gt;GetValue()</DIV>]]>
   </description>
   <pubDate>Fri, 02 Nov 2007 16:45:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8617&amp;PID=28034&amp;title=doubt-in-reportcontrol-sample#28034</guid>
  </item> 
 </channel>
</rss>