Reports designers comparison

Reports designers comparison

Postby Antonio Linares » Mon Jul 08, 2013 6: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41365
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Reports designers comparison

Postby Antonio Linares » Mon Jul 08, 2013 6: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41365
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Reports designers comparison

Postby Enrico Maria Giordano » Mon Jul 08, 2013 6: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
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Reports designers comparison

Postby MarcoBoschi » Mon Jul 08, 2013 7:19 am

:D
User avatar
MarcoBoschi
 
Posts: 1018
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy

Re: Reports designers comparison

Postby Massimo Linossi » Mon Jul 08, 2013 8: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" :lol:
User avatar
Massimo Linossi
 
Posts: 495
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: Reports designers comparison

Postby mgsoft » Mon Jul 08, 2013 8:11 am

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

Eduardo
User avatar
mgsoft
 
Posts: 422
Joined: Mon Aug 17, 2009 12:18 pm
Location: España

Re: Reports designers comparison

Postby Enrico Maria Giordano » Mon Jul 08, 2013 8: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
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Reports designers comparison

Postby Otto » 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.
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6045
Joined: Fri Oct 07, 2005 7:07 pm

Re: Reports designers comparison

Postby Rick Lipkin » Mon Jul 08, 2013 3: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
User avatar
Rick Lipkin
 
Posts: 2633
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Reports designers comparison

Postby lucasdebeltran » Mon Jul 08, 2013 4: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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: Reports designers comparison

Postby cnavarro » Mon Jul 08, 2013 8: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
User avatar
cnavarro
 
Posts: 6501
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Reports designers comparison

Postby Antonio Linares » Mon Jul 08, 2013 8:56 pm

Enrico,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41365
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Reports designers comparison

Postby Enrico Maria Giordano » Mon Jul 08, 2013 9:10 pm

Antonio,

Antonio Linares wrote:Enrico,

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


Sounds good! :-)

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Reports designers comparison

Postby ShumingWang » Tue Jul 09, 2013 2: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
ShumingWang
 
Posts: 460
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: Reports designers comparison

Postby StefanHaupt » Tue Jul 09, 2013 6:40 am

Don´t forget MyReport from Charles. It´s written in fivewein an has a designer.
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 19 guests