<?xml version="1.0" encoding="ASCII"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for The Crystal Reports&#174; Underground</title>
	<atom:link href="http://kenhamady.com/cru/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://kenhamady.com/cru</link>
	<description>Independent news, tips and thoughts from a Crystal Reports expert</description>
	<lastBuildDate>Mon, 02 Apr 2012 12:33:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Do you have your reports backed up? by Ken Hamady</title>
		<link>http://kenhamady.com/cru/archives/2350/comment-page-1#comment-116</link>
		<dc:creator>Ken Hamady</dc:creator>
		<pubDate>Mon, 02 Apr 2012 12:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=2350#comment-116</guid>
		<description>So it is the first morning after posting this entry, and I checked my own backups like I do every Monday morning. I found that they didn&#039;t run because the external hard drive wasn&#039;t plugged back in all the way.  So I plugged it back in and ran the weekend backups  manually.  Then I checked the backup folder and found that the files were too small to be valid.  It turns out the hard drive filled up last week so the backups couldn&#039;t complete. 

Like I said, it pays to check your backups.</description>
		<content:encoded><![CDATA[<p>So it is the first morning after posting this entry, and I checked my own backups like I do every Monday morning. I found that they didn&#8217;t run because the external hard drive wasn&#8217;t plugged back in all the way.  So I plugged it back in and ran the weekend backups  manually.  Then I checked the backup folder and found that the files were too small to be valid.  It turns out the hard drive filled up last week so the backups couldn&#8217;t complete. </p>
<p>Like I said, it pays to check your backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on controlling colors from formulas by Ken Hamady</title>
		<link>http://kenhamady.com/cru/archives/2325/comment-page-1#comment-115</link>
		<dc:creator>Ken Hamady</dc:creator>
		<pubDate>Wed, 29 Feb 2012 13:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=2325#comment-115</guid>
		<description>The assumption is that you have the subreports all set to &#039;reimport when opening&#039;. That way you could change the source subreport and all the reports using that subreport would update automatically.  

Another option would be to create a color table in your database with one record in it.  You could add this table to all reports (one record tables don&#039;t even need to be linked) and then read the value from that table.  You could store several color values in that one record if you have several fields. 

A third option would be to use one of the formula dlls that allows your formulas to read a text file (See my LINKS page).  You could store the color values in a text file and then update the text file as needed.  

Thanks, I think I will write another post on this topic.</description>
		<content:encoded><![CDATA[<p>The assumption is that you have the subreports all set to &#8216;reimport when opening&#8217;. That way you could change the source subreport and all the reports using that subreport would update automatically.  </p>
<p>Another option would be to create a color table in your database with one record in it.  You could add this table to all reports (one record tables don&#8217;t even need to be linked) and then read the value from that table.  You could store several color values in that one record if you have several fields. </p>
<p>A third option would be to use one of the formula dlls that allows your formulas to read a text file (See my LINKS page).  You could store the color values in a text file and then update the text file as needed.  </p>
<p>Thanks, I think I will write another post on this topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on controlling colors from formulas by Ori Matalon</title>
		<link>http://kenhamady.com/cru/archives/2325/comment-page-1#comment-114</link>
		<dc:creator>Ori Matalon</dc:creator>
		<pubDate>Wed, 29 Feb 2012 11:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=2325#comment-114</guid>
		<description>To standardize colors for multiple reports, you can do the following:

1. Generate a Sub Report with the following formula to define &quot;Red&quot;:
Shared NumberVar RedR := 255;
Shared NumberVar RedG := 0;
Shared NumberVar RedB := 0;

2. Add this Sub Report to any report that needs this information.

3. Format any object in the report with this formula:
Shared NumberVar RedR;
Shared NumberVar RedG;
Shared NumberVar RedB;
 
Color (RedR, RedG, RedB)

Cheers</description>
		<content:encoded><![CDATA[<p>To standardize colors for multiple reports, you can do the following:</p>
<p>1. Generate a Sub Report with the following formula to define &#8220;Red&#8221;:<br />
Shared NumberVar RedR := 255;<br />
Shared NumberVar RedG := 0;<br />
Shared NumberVar RedB := 0;</p>
<p>2. Add this Sub Report to any report that needs this information.</p>
<p>3. Format any object in the report with this formula:<br />
Shared NumberVar RedR;<br />
Shared NumberVar RedG;<br />
Shared NumberVar RedB;</p>
<p>Color (RedR, RedG, RedB)</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CR versions over time by MHurwood</title>
		<link>http://kenhamady.com/cru/archives/2330/comment-page-1#comment-113</link>
		<dc:creator>MHurwood</dc:creator>
		<pubDate>Fri, 17 Feb 2012 03:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=2330#comment-113</guid>
		<description>Hi Ken,

As I understand things, V11/11.5 (aka V11R2) was the last version to support the &quot;old style&quot; RDC component, which is what C/C++ programmers (or indeed most non-.NET devleopers) would be using in their products.

Crystal V12 went very .NET centric in a big way, discarding the old RDC component. But of course, as a &quot;new&quot; product the .NET RDC was/is a bit buggy, so if you&#039;re doing .NET development then you&#039;d want to move onto V14 to get the latest bug fixes.

So basically I think you&#039;re seeing .NET developers moving on to V14, and non-.NET developers continuing to stick with V11/11.5.

Cheers,

Michael</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>As I understand things, V11/11.5 (aka V11R2) was the last version to support the &#8220;old style&#8221; RDC component, which is what C/C++ programmers (or indeed most non-.NET devleopers) would be using in their products.</p>
<p>Crystal V12 went very .NET centric in a big way, discarding the old RDC component. But of course, as a &#8220;new&#8221; product the .NET RDC was/is a bit buggy, so if you&#8217;re doing .NET development then you&#8217;d want to move onto V14 to get the latest bug fixes.</p>
<p>So basically I think you&#8217;re seeing .NET developers moving on to V14, and non-.NET developers continuing to stick with V11/11.5.</p>
<p>Cheers,</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prevent Crystal Reports from requesting an Internet connection at startup. by emcgee</title>
		<link>http://kenhamady.com/cru/archives/147/comment-page-1#comment-105</link>
		<dc:creator>emcgee</dc:creator>
		<pubDate>Tue, 01 Nov 2011 16:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/archives/147#comment-105</guid>
		<description>For the SAP BusinessObjects Version 14.0.2.364 RTM the same steps could be taken however the folder structure is significantly different:

C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Start Page\en\offlinestart.html

This link was very helpful though and I thank you!</description>
		<content:encoded><![CDATA[<p>For the SAP BusinessObjects Version 14.0.2.364 RTM the same steps could be taken however the folder structure is significantly different:</p>
<p>C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Start Page\en\offlinestart.html</p>
<p>This link was very helpful though and I thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports 2011 license changes by markdmyers01</title>
		<link>http://kenhamady.com/cru/archives/1924/comment-page-1#comment-103</link>
		<dc:creator>markdmyers01</dc:creator>
		<pubDate>Tue, 06 Sep 2011 21:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=1924#comment-103</guid>
		<description>I did find a blog on SAP&#039;s website which somewhat addresses this question. And it appears we see the situation correctly.

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14286

One option is to use screenshots from the 2008 version since there virtually is no difference between the two versions. Certainly nothing that warrants screenshots.

Thanks again for your help!</description>
		<content:encoded><![CDATA[<p>I did find a blog on SAP&#8217;s website which somewhat addresses this question. And it appears we see the situation correctly.</p>
<p><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14286" rel="nofollow">http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14286</a></p>
<p>One option is to use screenshots from the 2008 version since there virtually is no difference between the two versions. Certainly nothing that warrants screenshots.</p>
<p>Thanks again for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports 2011 license changes by Ken Hamady</title>
		<link>http://kenhamady.com/cru/archives/1924/comment-page-1#comment-102</link>
		<dc:creator>Ken Hamady</dc:creator>
		<pubDate>Tue, 06 Sep 2011 19:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=1924#comment-102</guid>
		<description>Mark, 

I think you are correct.  I think they gave up on trying to prevent independent course-ware through copyright (which doesn&#039;t work) and are using their EULA instead.  So if you are a licensed user you can make screen shots but can&#039;t publish them.  If you are NOT a licensed user you can publish screen shots in a commercial training manual but you don&#039;t have the software to generate them.  Hmmm.....</description>
		<content:encoded><![CDATA[<p>Mark, </p>
<p>I think you are correct.  I think they gave up on trying to prevent independent course-ware through copyright (which doesn&#8217;t work) and are using their EULA instead.  So if you are a licensed user you can make screen shots but can&#8217;t publish them.  If you are NOT a licensed user you can publish screen shots in a commercial training manual but you don&#8217;t have the software to generate them.  Hmmm&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports 2011 license changes by markdmyers01</title>
		<link>http://kenhamady.com/cru/archives/1924/comment-page-1#comment-101</link>
		<dc:creator>markdmyers01</dc:creator>
		<pubDate>Tue, 06 Sep 2011 18:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=1924#comment-101</guid>
		<description>Hi Ken,

First off, thanks for pursuing this issue. I recently installed an eval copy of CR2011 and the EULA still has the restriction mentioned above. I have looked over the SAP Software Use Rights and SAP Software General Terms and Conditions documents. I could not find this restriction in either document. I admit I could have missed it.

I then tried to access the Community Network for more information, but it is currently down.

I&#039;m currious if this restriction applies only to the evaluation version and not an actual licensed version?

I did find section 6.1.2 of the SAP Software Use Rights document helpful in that it does give permission:

&quot;6.1.2 SAP Crystal Software Usage. Licensee may use SAP Crystal software to deliver training and consulting services for such SAP Crystal software, provided that each individual receiving the benefits of the training or consulting services has acquired a license separately to Use the applicable SAP Crystal Software.&quot;

However, section 6.1.5 is an issue:

&quot;6.1.5 Use of Screenshots and wordmarks for SAP Crystal software. Licensee may reproduce and distribute screen shots and wordmarks for SAP Crystal software in documents or media provided that:
a) The document or media isn&#8223;t for commercial training material or third party training material and/or for-profit training material.
b) Licensee&#8223;s Use may not be obscene or pornographic, and Licensee may not be disparaging, defamatory, or libelous to SAP, any of its software, or any other person or entity.
c) Licensee&#8223;s Use may not directly or indirectly imply SAP sponsorship, affiliation, or endorsement of Licensee&#8223;s product or service.
d) Licensee may not Use the screen shot in a comparative advertisement
e) Licensee may not alter the screen shot in any way except to resize or crop the screen shot.
Licensee may not include portions of a screen shot in other product user interface.
g) Licensee may not Use screen shots that contain third-party content unless Licensee has obtained the express permission from the third-party.
h) Licensee must include the following copyright attribution statement: &quot;SAP product screen shot(s) reprinted with permission from SAP.&quot;
i) If Licensee&#8223;s Use includes references to a SAP Software, Licensee must use the full name of the Software.
j) Licensee may not use a screen shot that contains an image of an identifiable individual unless Licensee has obtained permission from the individual.&quot;

So it appears one can provide training (and consulting), but not develop training material for commercial use. Do I read this correctly?

Thanks, Mark</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>First off, thanks for pursuing this issue. I recently installed an eval copy of CR2011 and the EULA still has the restriction mentioned above. I have looked over the SAP Software Use Rights and SAP Software General Terms and Conditions documents. I could not find this restriction in either document. I admit I could have missed it.</p>
<p>I then tried to access the Community Network for more information, but it is currently down.</p>
<p>I&#8217;m currious if this restriction applies only to the evaluation version and not an actual licensed version?</p>
<p>I did find section 6.1.2 of the SAP Software Use Rights document helpful in that it does give permission:</p>
<p>&#8220;6.1.2 SAP Crystal Software Usage. Licensee may use SAP Crystal software to deliver training and consulting services for such SAP Crystal software, provided that each individual receiving the benefits of the training or consulting services has acquired a license separately to Use the applicable SAP Crystal Software.&#8221;</p>
<p>However, section 6.1.5 is an issue:</p>
<p>&#8220;6.1.5 Use of Screenshots and wordmarks for SAP Crystal software. Licensee may reproduce and distribute screen shots and wordmarks for SAP Crystal software in documents or media provided that:<br />
a) The document or media isn&#8223;t for commercial training material or third party training material and/or for-profit training material.<br />
b) Licensee&#8223;s Use may not be obscene or pornographic, and Licensee may not be disparaging, defamatory, or libelous to SAP, any of its software, or any other person or entity.<br />
c) Licensee&#8223;s Use may not directly or indirectly imply SAP sponsorship, affiliation, or endorsement of Licensee&#8223;s product or service.<br />
d) Licensee may not Use the screen shot in a comparative advertisement<br />
e) Licensee may not alter the screen shot in any way except to resize or crop the screen shot.<br />
Licensee may not include portions of a screen shot in other product user interface.<br />
g) Licensee may not Use screen shots that contain third-party content unless Licensee has obtained the express permission from the third-party.<br />
h) Licensee must include the following copyright attribution statement: &#8220;SAP product screen shot(s) reprinted with permission from SAP.&#8221;<br />
i) If Licensee&#8223;s Use includes references to a SAP Software, Licensee must use the full name of the Software.<br />
j) Licensee may not use a screen shot that contains an image of an identifiable individual unless Licensee has obtained permission from the individual.&#8221;</p>
<p>So it appears one can provide training (and consulting), but not develop training material for commercial use. Do I read this correctly?</p>
<p>Thanks, Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ToNumber() vs VAL(): by Vinay</title>
		<link>http://kenhamady.com/cru/archives/81/comment-page-1#comment-100</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Wed, 15 Jun 2011 06:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/archives/81#comment-100</guid>
		<description>Nice work Buddy...
Thanx a lot...</description>
		<content:encoded><![CDATA[<p>Nice work Buddy&#8230;<br />
Thanx a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New features in Crystal Reports 2011 by Ken Hamady</title>
		<link>http://kenhamady.com/cru/archives/1932/comment-page-1#comment-99</link>
		<dc:creator>Ken Hamady</dc:creator>
		<pubDate>Thu, 26 May 2011 15:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://kenhamady.com/cru/?p=1932#comment-99</guid>
		<description>&quot;Pixel perfect design&quot; is SAP&#039;s way of describing Crystal&#039;s ability to do whatever layout you want.  This isn&#039;t anything new.  

I haven&#039;t heard anything about improved dashboard integration.</description>
		<content:encoded><![CDATA[<p>&#8220;Pixel perfect design&#8221; is SAP&#8217;s way of describing Crystal&#8217;s ability to do whatever layout you want.  This isn&#8217;t anything new.  </p>
<p>I haven&#8217;t heard anything about improved dashboard integration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.391 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 16:43:15 -->

