<?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 : XTPReportC&#111;ntrol and DockingPane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : XTPReportC&#111;ntrol and DockingPane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 02:05:57 +0000</pubDate>
  <lastBuildDate>Fri, 06 May 2005 01:04:38 +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=2173</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[XTPReportC&#111;ntrol and DockingPane : Don&amp;#039;t use CDockPaneWnd for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2173&amp;PID=6474&amp;title=xtpreportcontrol-and-dockingpane#6474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2173<br /><strong>Posted:</strong> 06 May 2005 at 1:04am<br /><br /><P>Don't use CDockPaneWnd for ReportControl. It gives nothng, and hides ScrollBar.</P><P>call m_wndReport.SetOwner(this); to route messages to CMainFrame.</P>]]>
   </description>
   <pubDate>Fri, 06 May 2005 01:04:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2173&amp;PID=6474&amp;title=xtpreportcontrol-and-dockingpane#6474</guid>
  </item> 
  <item>
   <title><![CDATA[XTPReportC&#111;ntrol and DockingPane : I&amp;#039;m create docking pane with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2173&amp;PID=6430&amp;title=xtpreportcontrol-and-dockingpane#6430</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1129">Atlantis</a><br /><strong>Subject:</strong> 2173<br /><strong>Posted:</strong> 03 May 2005 at 2:30am<br /><br /><P>I'm create docking pane with ReportControl</P><P>//MainFrame.h</P><FONT size=1><P>CDockPaneWnd&lt;CExXTPReportControl&gt; m_wndReport;</P><P>CImageList m_imgListReport;</P><P>//MainFrame.cpp</P><FONT color=#0000ff size=1><P>int</FONT><FONT size=1> CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1>..</FONT><FONT size=1>.</FONT></P><FONT size=1><P>CXTPDockingPane* pwndPane3 = m_paneManager.CreatePane(IDR_PANE_REPORT, CRect(0, 0,200, 120), xtpPaneDockLeft);</P></FONT><P><FONT size=1>...</FONT></P><P><FONT size=1>}</FONT></P><FONT size=1><FONT size=1><P>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)</P><P>{</P><P>...</P><FONT size=1><P>VERIFY(m_imgListReport.Create(16,16, ILC_COLOR24|ILC_MASK, 0, 1));</P><P>CBitmap bmp;</P><P>VERIFY(bmp.LoadBitmap(IDB_BMREPORT));</P><P>m_imgListReport.Add(&amp;bmp, RGB(255, 0, 255));</P><P>m_wndReport.SetImageList(&amp;m_imgListReport);</P><P>RECT rect = pPane-&gt;GetWindowRect();</P><P></FONT><FONT color=#008000 size=1>//m_wndReport.Create(_T("STATIC"), NULL,  WS_CHILD|WS_TABSTOP|WS_VISIBLE|WM_VSCROLL|WS_CLIPCHILDREN|WS _CLIPSIBLINGS, CRect(0, 0, 0, 0), this, 0);</P></FONT><FONT size=1><P>ScreenToClient(&amp;rect);</P><P> m_wndReport.Create(WS_CHILD|WS_TABSTOP|WS_VISIBLE|WM_VSCROLL , rect, </FONT><FONT color=#0000ff size=1>this</FONT><FONT size=1>, 0);</P><P>m_wndReport.GetReportHeader()-&gt;AllowColumnRemove(FALSE);</P><P></FONT><FONT color=#008000 size=1>//</P></FONT><FONT size=1><P></FONT><FONT color=#008000 size=1>// Add sample columns</P></FONT><FONT size=1><P></FONT><FONT color=#008000 size=1>//</P></FONT><FONT size=1><P>m_wndReport.AddColumn(</FONT><FONT color=#0000ff size=1>new</FONT><FONT size=1> CXTPReportColumn(COLUMN_ICON, _T(""), 18, FALSE, COLUMN_MAIL_ICON));</P><P>m_wndReport.AddColumn(</FONT><FONT color=#0000ff size=1>new</FONT><FONT size=1> CXTPReportColumn(COLUMN_CHECK, _T(""), 18, FALSE, COLUMN_CHECK_ICON));</P><P>m_wndReport.AddColumn(</FONT><FONT color=#0000ff size=1>new</FONT><FONT size=1> CXTPReportColumn(COLUMN_SUBJECT, _T("Subject"), 50));</P></FONT><FONT size=1><P>COleDateTime odtSent(COleDateTime::GetCurrentTime());</P><P>COleDateTime odtCreated(COleDateTime::GetCurrentTime());</P><P>COleDateTime odtRecieved(COleDateTime::GetCurrentTime());</P><P>CString strMessage(" ");</P><P>CString strEmpty(" ");</P><P>m_wndReport.AddRecord(</FONT><FONT color=#0000ff size=1>new</FONT><FONT size=1> CMessageRecord(msgImportanceNormal, FALSE, FALSE, _T("postmaster@mail.codejock.com"), _T("Undeliverable Mail"), odtSent, 7, TRUE, 5,</P><P>odtCreated, odtRecieved, strEmpty, strEmpty, strMessage,</P><P>strEmpty, strEmpty, strEmpty,</P><P>strEmpty, strEmpty,</P><P>strMessage)); odtSent -= 0.8;</P><P></FONT>...</P><P>}</P><P>How can i get WM_NOTIFY message to my Parent window, and how can i see scroll bars???</P><P>Thanks!</P></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 03 May 2005 02:30:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2173&amp;PID=6430&amp;title=xtpreportcontrol-and-dockingpane#6430</guid>
  </item> 
 </channel>
</rss>