<?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 : Tab and report c&#111;ntrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Tab and report c&#111;ntrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 14:37:06 +0000</pubDate>
  <lastBuildDate>Thu, 25 Nov 2004 09:53:29 +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=1312</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[Tab and report c&#111;ntrol : Hello oleg ,   Thanks for all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=4156&amp;title=tab-and-report-control#4156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=789">manish</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 25 November 2004 at 9:53am<br /><br />Hello oleg , <br><br>Thanks for all the help you have provided, i need one more clue to my new problem.<br><br>In the tabbed view we are creating CReportcontrolView using Add view.<br><br>I tweaked the code to return me te pointer of the newely created class,on which I am setting a strign value which will hold a path.<br><br>This path is used in OnTimer to Fill teh list.<br><br>But the problem is that when ontimer gets called then this string is NULL or zero length. <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0"><br><br>Can u suggest some alternative so that i can set this string and this string holds the value when OnTimer gets called.<br><br>Can u provide a better way incase this seems a bit odd.<br><br>Manish<br><br><br>]]>
   </description>
   <pubDate>Thu, 25 Nov 2004 09:53:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=4156&amp;title=tab-and-report-control#4156</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : in the sample I sent: 1. add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=4016&amp;title=tab-and-report-control#4016</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 16 November 2004 at 4:01am<br /><br /><P>in the sample I sent:</P><P>1. add in message map:</P><P>BEGIN_MESSAGE_MAP(CReportControlView, CXTPReportView)</P><P>...<BR>&nbsp;ON_NOTIFY(NM_CLICK, XTP_ID_REPORT_CONTROL, OnReportItemClick) <BR>&nbsp;<BR>END_MESSAGE_MAP()<BR></P><P>2. add method:</P><P><BR>void CReportControlView::OnReportItemClick(NMHDR * pNotifyStruct, LRESULT * /*result*/)<BR>{<BR>&nbsp;&nbsp;&nbsp; XTP_NM_REPORTRECORDITEM* pItemNotify = (XTP_NM_REPORTRECORDITEM*) pNotifyStruct;</P><P>&nbsp;if (!pItemNotify-&gt;pRow || !pItemNotify-&gt;pColumn)<BR>&nbsp;&nbsp;return;<BR>}</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 16 Nov 2004 04:01:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=4016&amp;title=tab-and-report-control#4016</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : NOT WORKING , i am using the sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3984&amp;title=tab-and-report-control#3984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=789">manish</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 14 November 2004 at 12:36am<br /><br />NOT WORKING , i am using the sample u sent A tabbed view which has 3 reportcontrol views,<br><br>i have tried a rbuottondown even that is not working , onclick onselchanged , i need thaese messages , please help<br>oleg <br><br>please&nbsp; help<br><br><br>]]>
   </description>
   <pubDate>Sun, 14 Nov 2004 00:36:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3984&amp;title=tab-and-report-control#3984</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : add ON_NOTIFY(NM_CLICK, XTP_ID_REPORT_CONTROL,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3793&amp;title=tab-and-report-control#3793</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 02 November 2004 at 12:36am<br /><br />add ON_NOTIFY(NM_CLICK, XTP_ID_REPORT_CONTROL, OnReportItemClick) to the message map.]]>
   </description>
   <pubDate>Tue, 02 Nov 2004 00:36:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3793&amp;title=tab-and-report-control#3793</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : HI oleg,  I have a small query  how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3782&amp;title=tab-and-report-control#3782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=789">manish</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 01 November 2004 at 11:34am<br /><br />HI oleg,<br><br>I have a small query<br><br>how to add the OnReportItemClick(NMHDR * pNotifyStruct, LRESULT * /*result*/) function to the class<br>&nbsp;CReportControlView<br><br>i have added the function but the click message in not coming <br><br>the report control is created as <br><br>int CTabbedViewView::OnCreate(LPCREATESTRUCT lpCreateStruct) <br>{<br>&nbsp;&nbsp;&nbsp; if (CView::OnCreate(lpCreateStruct) == -1)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return -1;<br>&nbsp;&nbsp;&nbsp; <br> &nbsp;&nbsp;&nbsp;m_wndTabControl.Create(WS_CHILD|WS_VIS IBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS,CRect(0,  0, 0, 0), this, IDC_TABCONTROL);<br>&nbsp;&nbsp;&nbsp;  m_wndTabControl.GetPaintManager()-&gt;SetAppearance(xtpTabAp pearancePropertyPage2003);<br>&nbsp;&nbsp;&nbsp; m_wndTabControl.GetPaintManager()-&gt;m_bHotTracking = TRUE;<br>&nbsp;&nbsp;&nbsp; m_wndTabControl.GetPaintManager()-&gt;m_bShowIcons = TRUE;<br>&nbsp;&nbsp;&nbsp; m_wndTabControl.GetPaintManager()-&gt;m_bOneNoteColors = TRUE;<br>&nbsp;&nbsp;&nbsp;  m_wndTabControl.GetPaintManager()-&gt;DisableLunaColors(FALS E);<br><br>&nbsp;&nbsp;&nbsp;  m_wndTabControl.GetImageManager()-&gt;SetIcons(IDB_TAB_ICONS , NULL, 0, CSize(16, 16), xtpImageNormal);<br><br>&nbsp;&nbsp;&nbsp; AddView(RUNTIME_CLASS(CReportControlView), _T("Inbox"), 3,&amp;m_Ham);<br>&nbsp;&nbsp;&nbsp; AddView(RUNTIME_CLASS(CReportControlView), _T("Spam"), 0,&amp;m_Spam);<br><br>--------<br><br>now what to add the id in notify map in the controlview class<br><br>please help<br>]]>
   </description>
   <pubDate>Mon, 01 Nov 2004 11:34:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3782&amp;title=tab-and-report-control#3782</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol :   thanks Oleg,  yr sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3752&amp;title=tab-and-report-control#3752</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=789">manish</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 28 October 2004 at 2:49pm<br /><br /><img src="http://community.webshots.com/s/image20/5/2/55/207150255wXSDwB_ph.jpg" border="0"><br><br>thanks <font face="Verdana, Arial, Helvetica, sans-serif">Oleg,<br><br>yr sample provided me the UI that I wanted!!!<br><br><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0"><br></font>]]>
   </description>
   <pubDate>Thu, 28 Oct 2004 14:49:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3752&amp;title=tab-and-report-control#3752</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : 2004-10-26_233134_ReportControl.zip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3711&amp;title=tab-and-report-control#3711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 26 October 2004 at 11:32pm<br /><br /><A href="https://forum.codejock.com/uploads/oleg/2004-10-26_233134_ReportC&#111;ntrol.zip" target="_blank">2004-10-26_233134_ReportControl.zip</A>]]>
   </description>
   <pubDate>Tue, 26 Oct 2004 23:32:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3711&amp;title=tab-and-report-control#3711</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : Does CXTPReportView class. supports...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3692&amp;title=tab-and-report-control#3692</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=789">manish</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 26 October 2004 at 7:10am<br /><br />Does&nbsp; CXTPReportView class. supports tabs, <br>my requirement is a tabcontrol that have tab header style like OneNoteand each tab child should be a reportcontrol like in the figure,<br><br>please let me know how can i do that , with some code <br><br><br>PLEASE!!!<br><br><br>thanks in advance<br><br>manish<br> ]]>
   </description>
   <pubDate>Tue, 26 Oct 2004 07:10:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3692&amp;title=tab-and-report-control#3692</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : in 9.50 we have CXTPReportView...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3689&amp;title=tab-and-report-control#3689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 26 October 2004 at 6:52am<br /><br />in 9.50 we have CXTPReportView class.]]>
   </description>
   <pubDate>Tue, 26 Oct 2004 06:52:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3689&amp;title=tab-and-report-control#3689</guid>
  </item> 
  <item>
   <title><![CDATA[Tab and report c&#111;ntrol : Hi,  Can i put a reportcontrol...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3686&amp;title=tab-and-report-control#3686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=789">manish</a><br /><strong>Subject:</strong> 1312<br /><strong>Posted:</strong> 26 October 2004 at 2:26am<br /><br />Hi,<br><br>Can i put a reportcontrol in CTabbedViewView class <br><br>please give some sample code<br><br><br><br>thanks in advance<br>]]>
   </description>
   <pubDate>Tue, 26 Oct 2004 02:26:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1312&amp;PID=3686&amp;title=tab-and-report-control#3686</guid>
  </item> 
 </channel>
</rss>