Page 3 of 3

Re: Reports designers comparison

Posted: Mon Jul 15, 2013 5:04 pm
by TimStone
After a short vacation, I'm back at the computer.

I also use the Print class to develop reports. I actually have no problems doing so. The main reason is some of my reports are not typical row and column. For example, consider an invoice for a service ticket. It includes the following:

Company information on top of each page
Customer and vehicle information, boxed for clean appearance
Workorder information boxed for clean appearance and repeated on each page
Parts Information
Labor descriptions ( multi line text )
Recommendations ( multi line text )
Notes
Pricing revision information
Disclaimer ( fine print text )
Signatures
Totals ( by type, subtotal, taxes, fees and grand total )
Payment information
Advertising

All of the information comes from separate databases. A document that is this comprehensive could be pretty difficult to do with a report generator. The FWH Print class makes it very easy, and including a watermark and graphics is also easy.

I look forward to seeing how far this project can go. I'm sure there will be many reports that can be generated that will be very helpful.

Antonio, here are a couple of thoughts for what should be added:
+ Make sure the report can be exported as an Excel spread sheet
+ Include graphs and graphics
+ Remember data must be filtered, and drawn from multiple databases
+ An includable user interface is a nice benefit for our clients so they can create their own reports.

Tim

Re: Reports designers comparison

Posted: Thu Jul 18, 2013 8:49 am
by Silvio.Falconi
I 'm working tocreate a Small class to print a invoice but I found some problem to create structure ( lines, box, image)

perhaps we can search something to load models in this class as txt extern files

When I call the class I send 3 groups of array Header, Body, Footer

for each group I send the fieldname, the titles, the sizes, if show or not , the picture and the total if we need made a total, and the position on the invoice

then the alias for these groups

then I can show a dialog with folders and insert on each folder a xbrowse with each groups
( if we wants show the field or change te size or change the position order or change the position x,y on the invoice)

then I create a oprn Object

do you like my idea ?

Re: Reports designers comparison

Posted: Thu Jul 18, 2013 12:34 pm
by arthursilvestre
Silvio.Falconi wrote:I 'm working tocreate a Small class to print a invoice but I found some problem to create structure ( lines, box, image)

perhaps we can search something to load models in this class as txt extern files

When I call the class I send 3 groups of array Header, Body, Footer

for each group I send the fieldname, the titles, the sizes, if show or not , the picture and the total if we need made a total, and the position on the invoice

then the alias for these groups

then I can show a dialog with folders and insert on each folder a xbrowse with each groups
( if we wants show the field or change te size or change the position order or change the position x,y on the invoice)

then I create a oprn Object

do you like my idea ?




Exactly, you have to use FastReport this option to work upon an object. is very simple and practical. (Remembering again is no longer necessary from an external file to generate the report.)

Antonio Liniares if you can, send me your email to send le routine to generate a report in FastReport without the *. Fr3

Re: Reports designers comparison

Posted: Thu Jul 18, 2013 12:51 pm
by Antonio Linares
Arthur,

I have received your source code, thanks :-)

Is it yours ? Could you post it here for all the interested users ?

Re: Reports designers comparison

Posted: Thu Jul 18, 2013 1:06 pm
by arthursilvestre
Antonio Linares wrote:Arthur,

I have received your source code, thanks :-)

Is it yours ? Could you post it here for all the interested users ?



Staff at the request of Antornio Liniares am publishing this code FastReport, a way to generate the report without using an external file.

Function: Rela_Rescisao2 ()


Link: https://mega.co.nz/#!jVFSQZ4a!GcjvYlg11 ... eiQ4dUcEuY

Re: Reports designers comparison

Posted: Thu Jul 18, 2013 2:08 pm
by Antonio Linares

Re: Reports designers comparison

Posted: Thu Jul 18, 2013 2:15 pm
by arthursilvestre
Antonio Linares wrote:Arthur,

Thanks,

I have placed a copy of it at:
https://code.google.com/p/fivewin-contributions/downloads/detail?name=FRESCFUN.prg




ok, all right, if you need assistance to implement (if the FR is chosen) I am available.

Re: Reports designers comparison

Posted: Thu Jul 18, 2013 3:18 pm
by Antonio Linares
Arthur,

thanks :-)