FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Report generator
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Report generator
Posted: Sat Jan 20, 2007 07:27 PM

You've heard it folks. And that's one opinion that deserves respect.

I won't waste my time with CR. Thank you Enrico.

Reinaldo.

Posts: 840
Joined: Thu Oct 13, 2005 07:05 PM
Report generator
Posted: Sat Jan 20, 2007 09:30 PM

he he he

I have a totally different opinion on Crystal Reports.

About two years ago we had the need to find a fast-reliable SQL based report designer for one of our most important customers, an insurance company.

We developed over 200 reports in RPT files, some Informix based, some DBF based, the most important thing here, was the capability of the report to be exported to several different formats, including Word, Excel, PDF, and send them by mail.

Crystal let us to fast develop the reports needed without touching the FiveWin source code, that helped us a lot, because whenever the customer asked for a new report, we simply made the visual design in Crystal, generate the RPT file and then added to a DBF file the report name, report description and location of the RPT file, so the user user simply opens the "REPORT GALLERY" browse, from the REPORTS MENU, then choose the new report and done, the Crystal preview window is shown as a MDCHILD window of the FW application.

The SQL based reports were easy to do, however the DBFs reports were a little difficult since they were based on a single temporary DBF file, of course you can use several DBFs to generate a single report but to be honest, this is not a good idea under Crystal, the fastest way for DBF Crystal design is to generate a temporary DBF file, and design the report using a single DBF.

What we made for DBF reports, was to use a SCRIPT tool that let us to generate that temporary file out of the FW source code, so the name of the script was also included in the reports dbf, whenever you choose a report of the REPORT GALLERY and the field SCRIPT is not empty, first the script is run and then the report preview is launched.

Of course Crystal is not a perfect tool, is not free, but it's a good Reporting tool in my opinion.

Saludos

R.F.
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Report generator
Posted: Sat Jan 20, 2007 11:20 PM

Hello Rene,

That is exactly my experience, too. I also prepare the reports in my application and with CR I only have one dbf-file without indexes.
German Umlaute and indexes aren't so well supported by CR.

I think the generator you use depends very much on what forms you need. For easy forms like invoices, etc. I prefer EasyReport with Fivewin because I always found it very difficult to get CR running on a clients system. Many times I had to install the full version of CR.
So if you have many users this is a bit a problem or if you have a demo of your program which you would like to distribute without installation problems. Also the end user interface is easy to use.

Does the actual version of CR still make standalone RPT-files? The version which is included in VS2005 doesn't.

Regards
Otto

Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
Report generator
Posted: Sun Jan 21, 2007 02:23 AM

Hi fellows fivewiners,

I think we do need:

A) FWH Report generator. (Easy Report is not easy to use and does not support PDF). I support Silvio in this project.
B) A Browse like Manuel Mercado TSBrowse

A year ago I believed that an IDE was important. But now I do think that with Workshop and Multi-Edit we can develop any software. I am sorry Otto but is my opinion that FWH does not need any IDE, because all IDE put some obstacle into our software development.

Regards

George

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Report generator
Posted: Sun Jan 21, 2007 09:35 AM
George wrote:A year ago I believed that an IDE was important. But now I do think that with Workshop and Multi-Edit we can develop any software. I am sorry Otto but is my opinion that FWH does not need any IDE, because all IDE put some obstacle into our software development.


I agree. We not need of an IDE but we need of a 32 bit replacement for Borland Resource Workshop. The resource editors I tried are far less featured than BRW.

EMG
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Report generator
Posted: Sun Jan 21, 2007 09:39 AM
RF wrote:I have a totally different opinion on Crystal Reports.


That's your right. But I have a lot of complex reports that would be simply impossible to build using Crystal Reports.

EMG
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Report generator
Posted: Sun Jan 21, 2007 09:57 AM

Maybe I don’t know how to use Workshop and Multi-Edit exactly.
Is there a way to substitute the ID-numbers through friendly names?

Regards
Otto

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Report generator
Posted: Sun Jan 21, 2007 10:14 AM

Yes, just use #defines. But I don't recommend it because it's a waste of time to find big amount of new and appropriate names.

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Report generator
Posted: Sun Jan 21, 2007 12:31 PM

Otto,

Here you have a tutorial video about UEStudio and FWH:

http://video.google.es/videoplay?docid= ... 1295hl=es

Better video quality here:

http://www.uploading.com/files/VQ0JG9OK ... 1.zip.html

&

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Report generator
Posted: Sun Jan 21, 2007 03:36 PM

With all being said;

--I think we may conclude that the issue of the report generator is one important land mark we still need to clear in the Fw community. More so than an IDE. Perhaps TReport may be used as the base for this project?

As far as a 32bit resource editor, I'm currently using Resource Builder. It does very well, it is reasonably priced, and I was able to import the very same .rc file that workshop created.

Reinaldo.

Posts: 310
Joined: Sun Jan 08, 2006 10:09 PM
Report generator
Posted: Sun Jan 21, 2007 04:18 PM

Antonio

I suggest use other upload site. This uploading forces a window s_e_x sites open in our desktop.

Thanks

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Report generator
Posted: Sun Jan 21, 2007 05:39 PM

What is the conclusion of this threat?

Do Silvio, Nop, Biel, areang, Armando Picon, jose_murugosa, Maurilio Viana, George start an open source project and if yes what is the timeframe we can expect a working prototype.

Regards
Otto

Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Report generator
Posted: Sun Jan 21, 2007 11:32 PM

While You found a conclusion for this threat I'm working...
and perhaps I found a solution for print a pdf fron Preview using tpdf class and another class modified ....CLASS TSalXLS -> TSalpdf but I think make it only for report class not for printer class

Best Regards, Saludos



Falconi Silvio
Posts: 252
Joined: Tue Oct 25, 2005 02:48 PM
Report generator
Posted: Mon Jan 22, 2007 10:46 AM
Otto wrote:Hello Maurilio,
Please read the whole sentence. I don’t believe that you are able to develop a ReportGenerator as a FiveWin open source project.
I am in this community since version 1.4 of FiveWin (I think it was 1994) and I know this group. I think at the moment you do not find
Fivewinners who contribute.


Right. Now I understand what you said. It wasn't clear to me in 1st time...


Maurilio, if your photo is up to date you are one of the new generation Fivewinners and time is not so as valuable for you as for people
who are 20 years older and must earn their money.


Otto, I have 31 years old and work with FW since FW 1.92.

Best regards,
Maurilio
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Report generator
Posted: Mon Jan 22, 2007 11:27 AM

I'm workin with Fw since Fw 1.4 + clipper5.2

Best Regards, Saludos



Falconi Silvio