[flexcoders] Re: What do you use to print reports?

2008-05-15 Thread Dmitri Girski
--- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote:

 You can also check out FlexReport - 
 http://code.google.com/p/flexreport/
 That'll probably get you what you need with no server-side :D

FlexReport does not solve any of the original Flex printing problems -
datagrid rows are cut, datagrids next pages are placed in weird way 
due to original sizing problem, TextArea chews the lines, etc, etc, etc.





RE: [flexcoders] Re: What do you use to print reports?

2008-05-15 Thread Dale Fraser
ColdFusion's ReportBuilder

 

 

Regards

Dale Fraser

 http://learncf.com/ http://learncf.com

 http://flexcf.com/ http://flexcf.com

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dmitri Girski
Sent: Thursday, 15 May 2008 4:51 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: What do you use to print reports?

 

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
nathanpdaniel [EMAIL PROTECTED] wrote:

 You can also check out FlexReport - 
 http://code.google.com/p/flexreport/
 That'll probably get you what you need with no server-side :D

FlexReport does not solve any of the original Flex printing problems -
datagrid rows are cut, datagrids next pages are placed in weird way 
due to original sizing problem, TextArea chews the lines, etc, etc, etc.

 



[flexcoders] Re: What do you use to print reports?

2008-05-14 Thread nathanpdaniel
You can also check out FlexReport - 
http://code.google.com/p/flexreport/
That'll probably get you what you need with no server-side :D

--- In flexcoders@yahoogroups.com, Richard Rodseth [EMAIL PROTECTED] 
wrote:

 Check out AlivePDF. I haven't used it personally (other than a quick
 proof of concept) but it looks promising. For a browser-based app, 
it
 makes use of a server-side piece (PHP, Java Servlet etc) to bounce
 back the bytes so the browser can download them.
 
 On Wed, May 14, 2008 at 10:33 AM, Guilherme Stiebler
 [EMAIL PROTECTED] wrote:
  I'm trying to print reports in my Flex+Rails project, but 
without
  success so far. The temporary solution is to generate the reports 
in HTML,
  but it´s far from good for printing. What do you use for showing 
and
  printing reports?
 
  Guilherme Stiebler