Report generator
- reinaldocrespo
- Posts: 918
- Joined: Thu Nov 17, 2005 5:49 pm
- Location: Fort Lauderdale, FL
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.
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.
R.F.
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
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
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
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
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
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.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.
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Otto,
Here you have a tutorial video about UEStudio and FWH:
http://video.google.es/videoplay?docid= ... 1295&hl=es
Better video quality here:
http://www.uploading.com/files/VQ0JG9OK ... 1.zip.html
Here you have a tutorial video about UEStudio and FWH:
http://video.google.es/videoplay?docid= ... 1295&hl=es
Better video quality here:
http://www.uploading.com/files/VQ0JG9OK ... 1.zip.html
- reinaldocrespo
- Posts: 918
- Joined: Thu Nov 17, 2005 5:49 pm
- Location: Fort Lauderdale, FL
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.
--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.
- Maurilio Viana
- Posts: 252
- Joined: Tue Oct 25, 2005 2:48 pm
- Location: Garça/Garza/Heron City - Brazil
- Contact:
Right. Now I understand what you said. It wasn't clear to me in 1st time...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.
Otto, I have 31 years old and work with FW since FW 1.92.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.
Best regards,
Maurilio