FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Reports designers comparison
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Reports designers comparison
Posted: Mon Jul 08, 2013 06:52 AM

I would like to start a new thread comparing the most commonly reports designers in use: FastReport, Crystal Reports, EasyReport, etc...

What is the best and worse of each one ? What is needed and what is extra and not needed.

Tne idea is to develop or complete a reports designer for FWH, so we don't need to include an external one :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 06:53 AM

If you master one of these, please explain the basic steps to create a simple report and show the visual steps to do, thanks! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 06:53 AM
Antonio,

Antonio Linares wrote:I would like to start a new thread comparing the most commonly reports designers in use: FastReport, Crystal Reports, etc...

What is the best and worse of each one ? What is needed and what is extra and not needed.

Tne idea is to develop or complete a reports designer for FWH, so we don't need to include an external one :-)


TReport is the best! :-)

EMG
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 07:19 AM

:D

Marco Boschi
info@marcoboschi.it
Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 08:06 AM
Enrico Maria Giordano wrote:Antonio,

Antonio Linares wrote:I would like to start a new thread comparing the most commonly reports designers in use: FastReport, Crystal Reports, etc...

What is the best and worse of each one ? What is needed and what is extra and not needed.

Tne idea is to develop or complete a reports designer for FWH, so we don't need to include an external one :-)


TReport is the best! :-)

EMG


And with print functions you can make everything you need. And if you have all the control with your code, the program always "run ok" :-)
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 08:11 AM

I am afraid with TReport the user can´t change visually the design of the invoice, for instance.

Saludos,



Eduardo
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 08:17 AM
mgsoft wrote:I am afraid with TReport the user can´t change visually the design of the invoice, for instance.


I usually use Word for this. It's more powerful than any report designers we can develop, I guess. Anyway, I absolutely don't want to stop this project. Antonio, go on and keep up the good work! :-)

EMG
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 10:38 AM

From a post I made in the xBase Forum
Regards,
Otto

Re: FRAX Update
Beitragvon azzo » Mo, 15. Apr 2013 8:35

Hallo,
hat jemand eine Ahnung wie es mit der Entwicklung von FRAX weiter geht.
mfg
Otto
azzo Rekursionen-Architekt
Rekursionen-Architekt Beiträge: 158Registriert: So, 28. Mär 2010 19:21
Nach oben


Re: FRAX Update
Beitragvon Martin Altmann » Mo, 15. Apr 2013 8:45
Moin Otto,
wenn, dann am ehesten Andreas - wenn er das hier liest, wird er sicherlich auch was dazu schreiben.
Viele Grüße,
Martin
:grommit:
Webseite mit XB2.NET und ausschließlich statischem Content in Form von HTML-Dateien: http://www.altem.de/
Webseite mit XB2.NET und ausschließlich dynamischem Content in Form von in-memory-HTML: http://meldungen.altem.de/
Mitglied der XUG Osnabrück
stellv. Vorsitzender des Deutschsprachige Xbase-Entwickler e. V.
Benutzeravatar
Martin Altmann Foren-Administrator
Foren-Administrator Beiträge: 10615Registriert: Fr, 23. Sep 2005 4:58Wohnort: Berlin
Nach oben


Re: FRAX Update
Beitragvon andreas » Mo, 24. Jun 2013 10:41
Ich versuche gerade den Kontakt mit der Frau von Sergej aufzunehmen, um das ganze zu klären! Das kann aber ein paar tage dauern!
Gruß,
Andreas
VIP der XUG Osnabrück
Mitglied des Deutschsprachige Xbase-Entwickler e. V.

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 03:47 PM

To All

Interesting to see the posts in the Spanish and English forums. It appears that FastReport seems to be Spanish favorite and TReport for the English posts.. personally I create all my reports with the simple TPrint class... I know it is a lot more work ( brutal at times ) , but if I want a pen, I create a pen, if I want color .. I add color .. if I have to crunch fonts, I calculate the printer horizontal resolution and place my text at the proper place... and yes, it can get difficult to create a form and place data on it that will print the same if it is a deskjet or laserjet printer.

I realize the convenience of a Report Form and setting Fonts, groups and totals .. and Visual Studio has a very strong form creator that can match just about any 'hard copy' form a company might use.

For me, I like the convenience of incorporating all my code, forms, reports and icons into a single monolithic .EXE.

Working for SC State government with over 3k users and over 100 servers, I have seen many commercially purchased software products that have to be deployed with setup clients, forms, icons etc .. and all the headaches that accompany ( successful and error free ) installs.

I have also seen where exposed folders that contain the above external files can be ( accidentally ) deleted and in a network environment, need special user privileges to run properly.

For me, I do not want my day to be consumed by technical support calls on errant setups or network privileges .. that does not mean I am against Report Writers or generators .. I am just speaking from my 20 years experience in a very large user setting .. the simpler, the better.

Rick Lipkin

Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 04:54 PM

Rick,

Thank you for sharing your experiece.

I agree with you that the less 3rd party components without source code, the best.

But how do you let your users to customice the invoice design for instance?.

Best regards

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 08:18 PM

Rick
Totally agree with you.
I've never been in favor of using external tools to FW, which does not mean there are not very good tools in any aspect that every programmer considered.
But if I agree to create a simple and easy to standardize the creation of reports and grows gradually included in FW.

Lucas
A couple screen enter the position of the elements and images is what many have been used for each user to design their documents and the ability to test a preview.
If the visual design is much better: of course, but done with FWH.

regards

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 08:56 PM

Enrico,

What do you think about a GUI wysiswyg designer on top of TReport ? :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Reports designers comparison
Posted: Mon Jul 08, 2013 09:10 PM
Antonio,

Antonio Linares wrote:Enrico,

What do you think about a GUI wysiswyg designer on top of TReport ? :-)


Sounds good! :-)

EMG
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Re: Reports designers comparison
Posted: Tue Jul 09, 2013 02:54 AM

Fastreport is powerfull enougth,and is far award to other reports. It only need a frsysth.dll together with exe ,inlcude print and design engine .
I wish FWH to enhance Gantt.prg to be actual functional.
Regards!
Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Re: Reports designers comparison
Posted: Tue Jul 09, 2013 06:40 AM

Don´t forget MyReport from Charles. It´s written in fivewein an has a designer.

kind regards

Stefan