<?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 : Report control in MDI document view ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Report control in MDI document view ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 12:44:54 +0000</pubDate>
  <lastBuildDate>Sat, 14 Feb 2009 09:54:50 +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=13263</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[Report control in MDI document view ? : Thanks! I just needed to know...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45452&amp;title=report-control-in-mdi-document-view#45452</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4876">unknow</a><br /><strong>Subject:</strong> 13263<br /><strong>Posted:</strong> 14 February 2009 at 9:54am<br /><br /><P>Thanks! I just needed to know if the report control could be used in MDI document/view architecture as all the programs I know of using the reportcontrol are always SDI.</P><DIV>My application has an explorer-like interface with a treeview on the left and a listview on the right ; I'm going to replace the listview by a reportcontrol view as it automatically handles grouping, sorting, printing etc...</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 14 Feb 2009 09:54:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45452&amp;title=report-control-in-mdi-document-view#45452</guid>
  </item> 
  <item>
   <title><![CDATA[Report control in MDI document view ? : What kind of hint you need? see...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45354&amp;title=report-control-in-mdi-document-view#45354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13263<br /><strong>Posted:</strong> 11 February 2009 at 5:25pm<br /><br />What kind of hint you need? see ReportSample.cpp - SDI app and change CSingleDocTemplate on <FONT size=2>CMultiDocTemplate follow any MDI sample...</FONT> <DIV><FONT size=2><P>CSingleDocTemplate* pDocTemplate;</P><P>pDocTemplate = </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> CSingleDocTemplate(</P><P>IDR_MAINFRAME,</P><P>RUNTIME_CLASS(CReportSampleDoc),</P><P>RUNTIME_CLASS(CMainFrame), </FONT><FONT color=#008000 size=2>// main SDI frame window</P></FONT><FONT size=2><P>RUNTIME_CLASS(CReportSampleView));</P><P></FONT><FONT color=#008000 size=2>//RUNTIME_CLASS(CTaskListView));</P></FONT><FONT size=2><P>AddDocTemplate(pDocTemplate);</P><DIV></DIV></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 11 Feb 2009 17:25:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45354&amp;title=report-control-in-mdi-document-view#45354</guid>
  </item> 
  <item>
   <title><![CDATA[Report control in MDI document view ? : You can use MDI architecture. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45217&amp;title=report-control-in-mdi-document-view#45217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13263<br /><strong>Posted:</strong> 09 February 2009 at 8:15am<br /><br />You can use MDI architecture.]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 08:15:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45217&amp;title=report-control-in-mdi-document-view#45217</guid>
  </item> 
  <item>
   <title><![CDATA[Report control in MDI document view ? : Please, any hint ? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45047&amp;title=report-control-in-mdi-document-view#45047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4876">unknow</a><br /><strong>Subject:</strong> 13263<br /><strong>Posted:</strong> 01 February 2009 at 1:09pm<br /><br />Please, any hint <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0">&nbsp;?]]>
   </description>
   <pubDate>Sun, 01 Feb 2009 13:09:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=45047&amp;title=report-control-in-mdi-document-view#45047</guid>
  </item> 
  <item>
   <title><![CDATA[Report control in MDI document view ? : Hi. Just a quick question ? is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=44912&amp;title=report-control-in-mdi-document-view#44912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4876">unknow</a><br /><strong>Subject:</strong> 13263<br /><strong>Posted:</strong> 26 January 2009 at 5:26pm<br /><br />Hi. Just a quick question ? is the report control designed for SDI document interface, or can it be used in MDI document architecture as well ?<DIV>&nbsp;</DIV><DIV>I want to use it in a MDI document view with a splitter pane where the left pane is a Treeview and the right pane a Reportcontrol ; I used&nbsp;a listview before but I find many functionnalities in the reportcontrol&nbsp;that I can use.</DIV><DIV>&nbsp;</DIV><DIV>Is there something against doing that ?</DIV><DIV>&nbsp;</DIV><DIV>Thankx <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 26 Jan 2009 17:26:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13263&amp;PID=44912&amp;title=report-control-in-mdi-document-view#44912</guid>
  </item> 
 </channel>
</rss>