JasperReports is built right into coldfusion.

You can create a jasperreport JRXML file using iReport, and use
createObject to run the report, etc.

I don't do it any more because report generation takes such a toll on
the server, and it's just waaaaaay better to have report stuff running
on a separate server, pulling from a replication database.  So now I
use JasperServer, and it's KICK ASS!

For anyone doing a lot of reporting, I'd recommend it.  Simply the best!

But if you're "stuck" with pure CF, and need to do those common
reporting things that are just impossible with reportbuilder, then
createObject and jasperrepoerts might be the way to go, because you
can build the reports with iReport, which is a STELLAR report-builder
(cross platform y todo).

HIH,
:Denny

-- 
If an injury has to be done to a man it should be so severe that his
vengeance need not be feared.
    Niccolo Machiavelli

On Sun, Jul 13, 2008 at 10:04 AM, Mike Greider <[EMAIL PROTECTED]> wrote:
> Hi Rob. I have, but I may not be smart enough about this. The number of pages 
> is totally dynamic. It is an invoice with N number of products with N number 
> of lines of description per each. I tried using the page number that is 
> evaluated at the report run time, but that isn't working as a print when 
> condition. I thought something like this would be my best chance, but I 
> couldn't quite figure it out?
>
>>Mike,
>>
>>Have you looked into the print when conditions for the band properties of
>>the footer?  If you were to know the max number of pages that were to be
>>generated for the invoice you could pass that as a var to the report and
>>then just do a print when condition on the calc.pagenumber function so that
>>it equalled whatever the max number of pages were going to be.
>>
>>That is where I would start anyways.
>>
>>Rob
>>
>>On Thu, Jul 10, 2008 at 7:13 PM, Dave Watts <[EMAIL PROTECTED]> wrote:
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308985
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to