<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Planet Rimio</title>
	<atom:link href="http://planetrimio.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetrimio.wordpress.com</link>
	<description>66 °C</description>
	<lastBuildDate>Sat, 06 Feb 2010 19:29:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='planetrimio.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/19e77a33eac9d5d97afcce78d2e2b08a?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Planet Rimio</title>
		<link>http://planetrimio.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://planetrimio.wordpress.com/osd.xml" title="Planet Rimio" />
	<atom:link rel='hub' href='http://planetrimio.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Passing parameters between subreports in Crystal Reports</title>
		<link>http://planetrimio.wordpress.com/2010/02/06/passing-parameters-between-subreports-in-crystal-reports/</link>
		<comments>http://planetrimio.wordpress.com/2010/02/06/passing-parameters-between-subreports-in-crystal-reports/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 19:29:18 +0000</pubDate>
		<dc:creator>rimio</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://planetrimio.wordpress.com/?p=10</guid>
		<description><![CDATA[One problem I stumbled upon while breaking up a report into several subreports was passing parameters. Trough the designer, the communication is one way only, from the main report to the subreport. This is useful when the same parameter is to be used by two or more subreports. However, a problem arises when we want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planetrimio.wordpress.com&blog=10317727&post=10&subd=planetrimio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>One problem I stumbled upon while breaking up a report into several subreports was passing parameters. Trough the designer, the communication is one way only, from the main report to the subreport. This is useful when the same parameter is to be used by two or more subreports. However, a problem arises when we want to extract data from one subreport and use it in the main report or in another. As far as I know, there is no way to do this other than using shared variables. First, create a new formula field like:</p>
<pre class="brush: delphi;">
WhilePrintingRecords;
shared NumberVar myValue := {?factor} * {DB.field}
</pre>
<p>The first line makes sure the value is evaluated <a href="http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/index.jsp?topic=/com.businessobjects.integration.eclipse.designer.doc/designer/Functions233.html" target="_blank">without missing any records</a>. The second declares a shared variable and assigns a value. From now on, you can use it wherever you want by writing it&#8217;s definition in a formula, like this:</p>
<pre class="brush: delphi;">
shared NumberVar myValue;
CStr(MyValue) + &quot; EUR&quot;
</pre>
<p>It&#8217;s generally a Bad Idea™ to assign a variable multiple times unless you understand the report workflow well enough. Other types you might use are <strong>CurrencyVar, StringVar, BooleanVar, DateVar, TimeVar and DateTimeVar.</strong></p>
<p>This being said, there are rumors of SAP releasing a 2010 version and finally integrating it in Business One 8.8 (goodbye crappy layout editor <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/planetrimio.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/planetrimio.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/planetrimio.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/planetrimio.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/planetrimio.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/planetrimio.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/planetrimio.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/planetrimio.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/planetrimio.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/planetrimio.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planetrimio.wordpress.com&blog=10317727&post=10&subd=planetrimio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://planetrimio.wordpress.com/2010/02/06/passing-parameters-between-subreports-in-crystal-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c778e5bc5a62c8b22f96cecc0ef0ffea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rimio</media:title>
		</media:content>
	</item>
		<item>
		<title>Technical problems</title>
		<link>http://planetrimio.wordpress.com/2009/11/07/technical-problems/</link>
		<comments>http://planetrimio.wordpress.com/2009/11/07/technical-problems/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:01:49 +0000</pubDate>
		<dc:creator>rimio</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://planetrimio.wordpress.com/?p=7</guid>
		<description><![CDATA[The GoDaddy hosting bit the dust again because I forgot to pay for it. Basically, I&#8217;ve lost everything form my last website; not that I had a lot to lose but it&#8217;s still annoying. I&#8217;ll have to repack binaries and sources, redo the about page etc.
Quick update: I&#8217;ll teach a weekend class on &#8220;3D Graphics [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planetrimio.wordpress.com&blog=10317727&post=7&subd=planetrimio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The GoDaddy hosting bit the dust again because I forgot to pay for it. Basically, I&#8217;ve lost everything form my last website; not that I had a lot to lose but it&#8217;s still annoying. I&#8217;ll have to repack binaries and sources, redo the about page etc.</p>
<p>Quick update: I&#8217;ll teach a weekend class on &#8220;3D Graphics Programming&#8221; (not a great title, I know) starting next weekend, with a duration of four weekends. The good part is that I like the topic. The bad part is that I don&#8217;t have a classroom. Nor a projector. Nor a laptop. Nor any finished slides. To be frank, I ain&#8217;t got shit, which means going overdrive for the next week.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/planetrimio.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/planetrimio.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/planetrimio.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/planetrimio.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/planetrimio.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/planetrimio.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/planetrimio.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/planetrimio.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/planetrimio.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/planetrimio.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planetrimio.wordpress.com&blog=10317727&post=7&subd=planetrimio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://planetrimio.wordpress.com/2009/11/07/technical-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c778e5bc5a62c8b22f96cecc0ef0ffea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rimio</media:title>
		</media:content>
	</item>
	</channel>
</rss>