<?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 : CXTPReportC&#111;ntrol Request</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPReportC&#111;ntrol Request]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 14:56:57 +0000</pubDate>
  <lastBuildDate>Tue, 10 Aug 2004 03:48:07 +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=974</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[CXTPReportC&#111;ntrol Request : void CReportSampleView::LoadReportState(){UINT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2706&amp;title=cxtpreportcontrol-request#2706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 10 August 2004 at 3:48am<br /><br /><P>void CReportSampleView::LoadReportState()<BR>{<BR>&nbsp;UINT nBytes = 0;<BR>&nbsp;LPBYTE pData = 0;<BR>&nbsp;<BR>&nbsp;if (!AfxGetApp()-&gt;GetProfileBinary(_T("ReportControl"), _T("State"), &amp;pData, &amp;nBytes))<BR>&nbsp;&nbsp;return;</P><P>&nbsp;CMemFile memFile(pData, nBytes);<BR>&nbsp;CArchive ar (&amp;memFile,CArchive::load);<BR>&nbsp;<BR>&nbsp;try<BR>&nbsp;{&nbsp;<BR>&nbsp;&nbsp;m_wndReport.SerializeState(ar);</P><P>&nbsp;}<BR>&nbsp;catch (COleException* pEx)<BR>&nbsp;{<BR>&nbsp;&nbsp;pEx-&gt;Delete ();<BR>&nbsp;}<BR>&nbsp;catch (CArchiveException* pEx)<BR>&nbsp;{<BR>&nbsp;&nbsp;pEx-&gt;Delete ();<BR>&nbsp;}<BR>&nbsp;<BR>&nbsp;ar.Close();<BR>&nbsp;memFile.Close();<BR>&nbsp;delete&#091;&#093; pData;<BR>}</P><P>void CReportSampleView::SaveReportState()<BR>{<BR>&nbsp;CMemFile memFile;<BR>&nbsp;CArchive ar (&amp;memFile,CArchive::store);<BR>&nbsp;<BR>&nbsp;m_wndReport.SerializeState(ar);</P><P>&nbsp;ar.Flush();</P><P>&nbsp;DWORD nBytes = (DWORD)memFile.GetPosition();<BR>&nbsp;LPBYTE pData = memFile.Detach();</P><P> &nbsp;AfxGetApp()-&gt;WriteProfileBinary(_T("ReportControl") , _T("State"), pData, nBytes);</P><P>&nbsp;ar.Close();<BR>&nbsp;memFile.Close();<BR>&nbsp;free(pData);&nbsp;</P><P>}</P>]]>
   </description>
   <pubDate>Tue, 10 Aug 2004 03:48:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2706&amp;title=cxtpreportcontrol-request#2706</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request : They may be in binary, but they...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2670&amp;title=cxtpreportcontrol-request#2670</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=15">spike</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 05 August 2004 at 6:34pm<br /><br />They may be in binary, but they atleast give you the option to save to the registry or XML already built in. I dont see why they didnt add the same functionality to this control.]]>
   </description>
   <pubDate>Thu, 05 Aug 2004 18:34:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2670&amp;title=cxtpreportcontrol-request#2670</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request :  Point was &amp;#034;Yea, I dont...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2620&amp;title=cxtpreportcontrol-request#2620</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 30 July 2004 at 10:24pm<br /><br /><br>Point was "Yea, I dont understand why they didnt stick with *their*standard ofsaving to an XML file or registry or whatever, like docking panes orwindow positions." when the only thing that really applies to isdocking pane layouts as far as I can tell.&nbsp; Every other thing Ihave saved to the registry via codejock is a binary structure as far asI have seen.<br><br>]]>
   </description>
   <pubDate>Fri, 30 Jul 2004 22:24:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2620&amp;title=cxtpreportcontrol-request#2620</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request : What is your point? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2616&amp;title=cxtpreportcontrol-request#2616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=15">spike</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 30 July 2004 at 3:27pm<br /><br /><P>What is your point?</P>]]>
   </description>
   <pubDate>Fri, 30 Jul 2004 15:27:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2616&amp;title=cxtpreportcontrol-request#2616</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request : Window positions are just a binary...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2613&amp;title=cxtpreportcontrol-request#2613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 30 July 2004 at 9:24am<br /><br />Window positions are just a binary WINDOWPOS&nbsp; struct saved to the registry, not strings or xml. <br><br>]]>
   </description>
   <pubDate>Fri, 30 Jul 2004 09:24:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2613&amp;title=cxtpreportcontrol-request#2613</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request : Yea, I dont understand why they...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2602&amp;title=cxtpreportcontrol-request#2602</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=15">spike</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 29 July 2004 at 8:39am<br /><br />Yea, I dont understand why they didnt stick with *their* standard of saving to an XML file or registry or whatever, like docking panes or window positions.]]>
   </description>
   <pubDate>Thu, 29 Jul 2004 08:39:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2602&amp;title=cxtpreportcontrol-request#2602</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request : Thanks, but I was hoping to be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2597&amp;title=cxtpreportcontrol-request#2597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 28 July 2004 at 10:56am<br /><br />Thanks, but I was hoping to be able to serialize it to a string (maybe XML).]]>
   </description>
   <pubDate>Wed, 28 Jul 2004 10:56:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2597&amp;title=cxtpreportcontrol-request#2597</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request : There are methods to Serialize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2587&amp;title=cxtpreportcontrol-request#2587</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=657">hunter</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 27 July 2004 at 2:05pm<br /><br /><P>There are methods to Serialize config (check XTPReportControl.h) </P>]]>
   </description>
   <pubDate>Tue, 27 Jul 2004 14:05:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2587&amp;title=cxtpreportcontrol-request#2587</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportC&#111;ntrol Request : It would be great if the control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2568&amp;title=cxtpreportcontrol-request#2568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 974<br /><strong>Posted:</strong> 23 July 2004 at 8:12pm<br /><br /><P>It would be great if the control had a function to safe the current layout (columns index, sort order, grouped columns, etc) to a string.</P><P>Thanks, Italo.</P>]]>
   </description>
   <pubDate>Fri, 23 Jul 2004 20:12:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=974&amp;PID=2568&amp;title=cxtpreportcontrol-request#2568</guid>
  </item> 
 </channel>
</rss>