EasyReport progress?

EasyReport progress?

Postby elvira » Sun Dec 13, 2020 4:26 pm

Hi friends!!,

Is there any progress?

Thanks :D
elvira
 
Posts: 515
Joined: Fri Jun 29, 2012 12:49 pm

Re: EasyReport progress?

Postby Silvio.Falconi » Sun Dec 13, 2020 5:37 pm

elvira wrote:Hi friends!!,

Is there any progress?

Thanks :D



there are no small ER problems but big problems, the objects must not be created by Tcontrol but must belong as subclasses of a general parent class
as I have already explained more times to gurus, you have to rewrite all or part of it
- A Treportdesigner class where a white rectangle is created with the size of the page to be printed or to create the printing area if we want to do it as easyreport,
to the Treportdesigner class this class we can add the elements (aItems)
the printing area (white rectangle) must have the possibility of zooming in on the area or zooming in on the whole area without resorting to the rpreview
- A parent class TReportItem
- inherit subclasses from ReportItem for text, Image, barcode, tbox, tline, tcircle

probably does not work well because it is based on the fivewin Tcontrol class so that the drag of the objects (dots) are not where they should be and makes exact movement difficult,
this happens if you want to draw an invoice with precise lines and boxes

as I wrote above there must be a parent class such as TRptItems that also has the dots method,
the C5 man had started to do something that could work but the data sources in Linares are not the ones that actually build the report designer that he had created
but maybe you can take those sources and integrate them into ER
For an Italian application you have to build many print models, it is difficult to build a model, let alone if you have to build 50/60 for an entire application.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyReport progress?

Postby elvira » Tue Dec 15, 2020 12:48 pm

Yes, the problem is in the designer as the print module works very well.

Maybe Fivetech is developing a new designer?
elvira
 
Posts: 515
Joined: Fri Jun 29, 2012 12:49 pm

Re: EasyReport progress?

Postby Otto » Tue Dec 15, 2020 2:57 pm

Dear Antonio, maybe you can upload the current status to GITHUB.
One or the other might be able to contribute something.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6005
Joined: Fri Oct 07, 2005 7:07 pm

Re: EasyReport progress?

Postby Silvio.Falconi » Wed Dec 16, 2020 9:52 pm

Otto wrote:Dear Antonio, maybe you can upload the current status to GITHUB.
One or the other might be able to contribute something.
Best regards,
Otto

Otto,
ER is allready on github from many time ( 6 year ago)

https://github.com/FiveTechSoft/EasyReport

but this is not the problem, the problem is another

1) zoning for me is wrong - you have to watch fastreport
you see the whole page, to create the print area for example the body of the invoice just create a class type box and delimit the print within the limits of this box (body start / body end / line spacing)
2) Create a parent class (see informes.prg - paco sources) and then all the other child classes for the objects (line, box, barcode, Img, say, field)
3) for the parent class (for example Telement) you must not use the tcontrol class as parent class, because the dots are often incorrect, when you move an object the cursor (with the hand - drag) is not in the position it should be, but a class of its own where you build the dots and you have created the methods for the movement (e.g. MouseMove ())
3) the object classes must be built inherit TElement where they take the basic things common to all objects
4) to create the area for the body of an invoice, create an object class (child) type TArea and the printing procedure recognizes this element and creates the do while loop to repeat the fields within this area.

We have always been around, for years that gurus could solve this problem, but we trust applications like ER and MyRpt and then we are forced to use fastreport because ours are few reliable.
There are people (who use fwh) who have built good report designers but don't publish it, I know some

Antonio told me that paco had sent all the sources to him,

Image

but I have not found the sources of this program, where are the sources?

I have the exe and the designer created on this exe run ok, where are the sources of this project ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyReport progress?

Postby Antonio Linares » Thu Dec 17, 2020 8:10 am

Dear Silvio,

Please send me that EXE, thanks
regards, saludos

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

Re: EasyReport progress?

Postby Silvio.Falconi » Thu Dec 17, 2020 4:45 pm

Antonio Linares wrote:Dear Silvio,

Please send me that EXE, thanks

sent
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyReport progress?

Postby Antonio Linares » Thu Dec 17, 2020 5:02 pm

Can't open it, gmail reports a virus into it
regards, saludos

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

Re: EasyReport progress?

Postby Silvio.Falconi » Thu Dec 17, 2020 5:12 pm

Antonio Linares wrote:Can't open it, gmail reports a virus into it

sent via wetransfer
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyReport progress?

Postby Antonio Linares » Fri Dec 18, 2020 11:43 am

got it Silvio, please check your email
regards, saludos

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

Re: EasyReport progress?

Postby Silvio.Falconi » Fri Dec 18, 2020 6:03 pm

Antonio Linares wrote:got it Silvio, please check your email


Sorry, I not have that sources my friend
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyReport progress?

Postby Antonio Linares » Fri Dec 18, 2020 6:51 pm

We need to find the source code for these Classes:

TPANELEX, TTREEVIEWEX, TGRIDEXTENDED, TLISTPROP

If any of you have these files, please share them so we can rebuild these examples.

Do we have Paco García's updated email ?
regards, saludos

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

Re: EasyReport progress?

Postby Silvio.Falconi » Fri Dec 18, 2020 8:23 pm

look your mail
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyReport progress?

Postby Silvio.Falconi » Fri Dec 18, 2020 8:24 pm

I not found TTREEVIEWEX
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyReport progress?

Postby Antonio Linares » Sun Dec 20, 2020 9:49 am

We need wnddsgn.ch

Help please
regards, saludos

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

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 80 guests