<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>CodeGuru Forums - Crystal Reports</title>
		<link>http://forums.codeguru.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Thu, 20 Jun 2013 05:44:47 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.codeguru.com/images/misc/rss.png</url>
			<title>CodeGuru Forums - Crystal Reports</title>
			<link>http://forums.codeguru.com/</link>
		</image>
		<item>
			<title>Get Total Page Number from subreport to Main Report</title>
			<link>http://forums.codeguru.com/showthread.php?537789-Get-Total-Page-Number-from-subreport-to-Main-Report&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 10:40:45 GMT</pubDate>
			<description>Hi All,

           I have 3 subreports,each subreports containing multi pages.I have to print total page number in all subreports. So i tried with one variable to add all those page numbers in Main Report.And using that variable i want to pass to all subreports that total . i can calculate and print in main reports but while pass this value to subreports,its giving 0 value. 

*Please help me out, if anyone knew abt this.

Thanks*</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
           I have 3 subreports,each subreports containing multi pages.I have to print total page number in all subreports. So i tried with one variable to add all those page numbers in Main Report.And using that variable i want to pass to all subreports that total . i can calculate and print in main reports but while pass this value to subreports,its giving 0 value. <br />
<br />
<b>Please help me out, if anyone knew abt this.<br />
<br />
Thanks</b></div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?64-Crystal-Reports">Crystal Reports</category>
			<dc:creator>vinothnatarajan</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?537789-Get-Total-Page-Number-from-subreport-to-Main-Report</guid>
		</item>
		<item>
			<title>Page Number For Sub Reports</title>
			<link>http://forums.codeguru.com/showthread.php?537717-Page-Number-For-Sub-Reports&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 12:26:20 GMT</pubDate>
			<description><![CDATA[Hi 

          I want to print page number for my main report. In that i have multi subreports. As well those subreports have multi pages. I have used this method for all subreports "* shared numbervar pnum := pnum + pagenumber;
pnum; *but even though i cant get alternate pagenumber*. For Ex: (for first page i got 1/26, But for second page 28/26) like this.

Please let me know if anyone got solution

Thank in advance
vinoth*]]></description>
			<content:encoded><![CDATA[<div>Hi <br />
<br />
          I want to print page number for my main report. In that i have multi subreports. As well those subreports have multi pages. I have used this method for all subreports &quot;<font color="#0000FF"><b> shared numbervar pnum := pnum + pagenumber;<br />
pnum; </b></font><font color="#000000">but even though i cant get alternate pagenumber</font><b><font color="#000000">. For Ex: (for first page i got 1/26, But for second page 28/26) like this.<br />
<br />
Please let me know if anyone got solution<br />
<br />
Thank in advance<br />
vinoth</font></b></div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?64-Crystal-Reports">Crystal Reports</category>
			<dc:creator>vinothnatarajan</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?537717-Page-Number-For-Sub-Reports</guid>
		</item>
		<item>
			<title>Migrated Report Templates Problem. Please Help!</title>
			<link>http://forums.codeguru.com/showthread.php?537559-Migrated-Report-Templates-Problem-Please-Help!&amp;goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 22:34:05 GMT</pubDate>
			<description><![CDATA[Hi,

I'm using an application where our report templates can be opened using crystal report v. 11.5.10.1263. After we migrated these templates to new version of application, we also start using crystal v. 12.3.0.601. What I noticed is that some on the parameters (i.e. names, locations) are not showing as list anymore but blank fields to fill out. Can you please let me know how to fix this? 


Thanks in advance.

netchie]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm using an application where our report templates can be opened using crystal report v. 11.5.10.1263. After we migrated these templates to new version of application, we also start using crystal v. 12.3.0.601. What I noticed is that some on the parameters (i.e. names, locations) are not showing as list anymore but blank fields to fill out. Can you please let me know how to fix this? <br />
<br />
<br />
Thanks in advance.<br />
<br />
netchie</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?64-Crystal-Reports">Crystal Reports</category>
			<dc:creator>netchie</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?537559-Migrated-Report-Templates-Problem-Please-Help!</guid>
		</item>
		<item>
			<title>Alternate Background colour</title>
			<link>http://forums.codeguru.com/showthread.php?537547-Alternate-Background-colour&amp;goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 13:45:59 GMT</pubDate>
			<description>i want to show two alternate colors(white and silver) in my detail section.i am showing 1 to 25 records in first page for 1st record its white 2nd silver
 3 rd white and so on for 25th record its white and 26th in new page is silver.but the problem is while starting in new page the first record should be in white .
(for above problem i have tried 
with this formula)my formula is* 
if remainder(recordnumber,2) =0 then
crSilver
else
crNoColor*
it gives me silver for 26th record.but i need white for 26th and silver for 27 and so on please help me out 

Thanks in advance 
vinoth</description>
			<content:encoded><![CDATA[<div>i want to show two alternate colors(white and silver) in my detail section.i am showing 1 to 25 records in first page for 1st record its white 2nd silver<br />
 3 rd white and so on for 25th record its white and 26th in new page is silver.but the problem is while starting in new page the first record should be in white .<br />
(for above problem i have tried <br />
with this formula)my formula is<b> <br />
if remainder(recordnumber,2) =0 then<br />
crSilver<br />
else<br />
crNoColor</b><br />
it gives me silver for 26th record.but i need white for 26th and silver for 27 and so on please help me out <br />
<br />
Thanks in advance <br />
vinoth</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?64-Crystal-Reports">Crystal Reports</category>
			<dc:creator>vinothnatarajan</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?537547-Alternate-Background-colour</guid>
		</item>
		<item>
			<title>Multi page print</title>
			<link>http://forums.codeguru.com/showthread.php?537245-Multi-page-print&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 10:52:35 GMT</pubDate>
			<description><![CDATA[Hi,

    Actually my report is, i have to print 30 values for 1000 members. But Per page i should print oly 25 members as well 10 values per person. Here values should come as horizontal. and members should align as vertical.i can do it for single page til 25 members using "format multi column".But don know how to show all of them.

Thanks in advance]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
    Actually my report is, i have to print 30 values for 1000 members. But Per page i should print oly 25 members as well 10 values per person. Here values should come as horizontal. and members should align as vertical.i can do it for single page til 25 members using &quot;format multi column&quot;.But don know how to show all of them.<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?64-Crystal-Reports">Crystal Reports</category>
			<dc:creator>vinothnatarajan</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?537245-Multi-page-print</guid>
		</item>
		<item>
			<title>To print multi pages as wel horizontally</title>
			<link>http://forums.codeguru.com/showthread.php?537243-To-print-multi-pages-as-wel-horizontally&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 10:16:07 GMT</pubDate>
			<description><![CDATA[Hi All,

     I want to print 10 value/per page,As well  for 30 years its getting 3 pages. i have keeping this field in detail section . So using "formate multi column" i can print 10 values. As well i want to print for remaining 20 years. If any solution answer me ASAP. Thanks in advance]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
     I want to print 10 value/per page,As well  for 30 years its getting 3 pages. i have keeping this field in detail section . So using &quot;formate multi column&quot; i can print 10 values. As well i want to print for remaining 20 years. If any solution answer me ASAP. Thanks in advance</div>

]]></content:encoded>
			<category domain="http://forums.codeguru.com/forumdisplay.php?64-Crystal-Reports">Crystal Reports</category>
			<dc:creator>vinothnatarajan</dc:creator>
			<guid isPermaLink="true">http://forums.codeguru.com/showthread.php?537243-To-print-multi-pages-as-wel-horizontally</guid>
		</item>
	</channel>
</rss>
