<?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 : Load &amp; Save Settings</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Load &amp; Save Settings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:06:51 +0000</pubDate>
  <lastBuildDate>Wed, 06 Sep 2006 13:17:17 +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=4977</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[Load &amp; Save Settings : Nick,These are layout settings:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4977&amp;PID=15505&amp;title=load-save-settings#15505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4977<br /><strong>Posted:</strong> 06 September 2006 at 1:17pm<br /><br />Nick,<br><br>These are layout settings: each column options, GroupsOrder and header settings.<br>&nbsp;<br>You can find technical details in the implementation of DoPropExcange member. For a ReportControl this member saves/loads layout settings.<br>&nbsp;<br>You can use XML PropExcange, save as file and look for more details.<br>&nbsp;<br>SaveSettings/LoadSettings just calls DoPropExcange for a binary PropExcange and convert binary data to a string.<br>&nbsp;<br>Using these functions you can easily save/load layout as string<br>(and store this string in application or user profile).<br><br>Example below:<br><table width="99%"><tr><td><pre class="BBcode"><br><div><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">&lt;LAYOUT CompactMode="1" ShowGroupBox="0" FreezeColumnsCount="0"&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        &lt;Columns&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="0" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="1" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="2" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="3" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="4" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="5" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="6" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="7" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="8" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="9" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="10" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="11" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;Column ItemIndex="12" SortIncreasing="1" Visible="1" Alignment="0" StaticWidth="50" AutoWidth="50"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;GroupsOrder Count="0"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">                &lt;SortOrder Count="0"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        &lt;/Columns&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">        &lt;Header AllowColumnRemove="1" AllowColumnResize="1" AllowColumnReorder="1" AllowColumnSort="1" AutoColumnSizing="0" ShowItemsInGroups="0"/&gt;</span><br><span style="font-family: 'Courier New'; font-size: 12px; color: rgb(0, 0, 0); : transparent;">&lt;/LAYOUT&gt;</span><br></div></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>&nbsp;<br>]]>
   </description>
   <pubDate>Wed, 06 Sep 2006 13:17:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4977&amp;PID=15505&amp;title=load-save-settings#15505</guid>
  </item> 
  <item>
   <title><![CDATA[Load &amp; Save Settings : Hi,  I just wanted to know how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4977&amp;PID=15492&amp;title=load-save-settings#15492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2141">nvierros</a><br /><strong>Subject:</strong> 4977<br /><strong>Posted:</strong> 06 September 2006 at 1:54am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I just wanted to know how the load and savesetting features of the report control work.</DIV><DIV>&nbsp;</DIV><DIV>.savesettings has not additional paramerters (where are the settings being saved?)</DIV><DIV>&nbsp;</DIV><DIV>.loadsettings has a (profile as string) variable, BUT what on earth is the profile?</DIV><DIV>&nbsp;</DIV><DIV>Sorry, but i could not find any documentation on this.</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV><DIV>&nbsp;</DIV><DIV>Nick</DIV>]]>
   </description>
   <pubDate>Wed, 06 Sep 2006 01:54:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4977&amp;PID=15492&amp;title=load-save-settings#15492</guid>
  </item> 
 </channel>
</rss>