<?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 : Reports - Load Settings</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Reports - Load Settings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 16:25:08 +0000</pubDate>
  <lastBuildDate>Fri, 18 Mar 2005 15:50:08 +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=1978</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[Reports - Load Settings : FYI...my problems with column...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5816&amp;title=reports-load-settings#5816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 1978<br /><strong>Posted:</strong> 18 March 2005 at 3:50pm<br /><br /><P>FYI...my problems with column visibility related to VB code issues.&nbsp; With the large number of report definitions I am using, some were getting "criss-crossed".<IMG style="CURSOR: pointer" &#111;nclick="AddSmileyIc&#111;n'smileys/smiley9.gif'" alt=Embarrassed src="http://forum.codejock.com/smileys/smiley9.gif" border="0"></P><P>Thanks for your help with using SaveSettings/LoadSettings.</P>]]>
   </description>
   <pubDate>Fri, 18 Mar 2005 15:50:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5816&amp;title=reports-load-settings#5816</guid>
  </item> 
  <item>
   <title><![CDATA[Reports - Load Settings : OK. To summarize, it sounds like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5810&amp;title=reports-load-settings#5810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 1978<br /><strong>Posted:</strong> 18 March 2005 at 8:31am<br /><br /><P>OK.&nbsp; To summarize, it sounds like the SaveSettings method saves certain formatting information regarding the columns in a report, but does not save any specific information regarding which columns are included in the report.</P><P>First, add columns (Column objects) to report control. Second, add data to the report (Record and Item objects). Finally, call the LoadSettings method to retrieve any specific formatting the user may have set for the report.</P><P>Now I need to figure out why LoadSettings does not seem to be working in my case.&nbsp; I will save the settings for a report, but when I go to open the report again, and use LoadSettings,&nbsp;one or more columns&nbsp;are switched from NOT visible at SaveSettings time, to visible at LoadSettings time.&nbsp; I use the same columns (Step 1) every time.</P>]]>
   </description>
   <pubDate>Fri, 18 Mar 2005 08:31:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5810&amp;title=reports-load-settings#5810</guid>
  </item> 
  <item>
   <title><![CDATA[Reports - Load Settings : You need step1, Save settings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5794&amp;title=reports-load-settings#5794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1978<br /><strong>Posted:</strong> 18 March 2005 at 12:31am<br /><br />You need step1, Save settings only store _order of columns_ not realy columns data.]]>
   </description>
   <pubDate>Fri, 18 Mar 2005 00:31:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5794&amp;title=reports-load-settings#5794</guid>
  </item> 
  <item>
   <title><![CDATA[Reports - Load Settings : I&amp;#039;m getting some odd results...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5777&amp;title=reports-load-settings#5777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 1978<br /><strong>Posted:</strong> 17 March 2005 at 9:14am<br /><br /><P>I'm getting some odd results when saving/loading reports.&nbsp; Please confirm that I'm doing this properly:</P><P>Step 1.&nbsp; Format the report.&nbsp; I'm adding columns to the report control, with appropriate formatting, etc.</P><P>Step 2.&nbsp; Getting the data for the report.</P><P>Step 3.&nbsp; Adding the data to the report (AddItem, etc.).</P><P>Step 4.&nbsp; Checking to see if the report has been saved to a file.&nbsp; If true, LoadSettings method called to load layout.</P><P>Main question = Do I skip Step 1 (and run Step 4 in it's place)&nbsp;if I already know that the report's layout was previously saved?&nbsp; In other words, does the LoadSettings method replace, or merely complement, the process of formatting the report?&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 17 Mar 2005 09:14:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1978&amp;PID=5777&amp;title=reports-load-settings#5777</guid>
  </item> 
 </channel>
</rss>