mgsoft wrote:Hello,
Since we don't have the expertise to fix EasyReport, unless Antonio gets involved and devotes resources, we have two options:
The class for FastReport that Cristobal is already developing.
Using Word to have the user customize the documents and we fill the info in our .prg.
My two cents.
Otto wrote:Dear Cristobal,
.../... I use your version of EasyReport nearly every day.
....
I would prefer that a Xbrowse is called : XReport(Reportname) and a function that executes all rows in that report. I haven't found any sample of Xbrowse that is used this way (I would like a sample )
USE CUSTOMER
XBREPORT oBrw DATASOURCE "CUSTOMER" ;
COLUMNS "FIRST","CITY","SALARY" ;
PICTURES nil, nil, "9,999,999.99"
cnavarro wrote:When we got the EasyReport source code, Manuel Alvarez and I spent a lot of time adapting the old code to the new versions of Harbor and xHarbour, but we didn't get anyone else to contribute code or test to receive feedbacks to help us debug our developments. The lack of support made us leave the project, because we thought that, when we did not receive news from any colleague, it was because there was no interest in its use.
What did happen is that when the code was adapted, and it could be built EasyReport with the new versions of Harbour and xHarbour, there were many downloads. From there no more news.
Cuando conseguimos el código fuente de EasyReport, Manuel Alvarez y yo dedicamos mucho tiempo en adaptar el antiguo código a las nuevas versiones de Harbour y xHarbour, pero no conseguimos que nadie más aportara código o hiciera pruebas para ir recibiendo feedbacks que nos ayudaran a ir depurando nuestros desarrollos. La falta de apoyo, nos hizo dejar el proyecto, porque pensamos que, al no recibir noticias de ningún compañero, era porque no había interés en su uso.
Lo que sí ocurrió, es que cuando el código estuvo adaptado y ya se podía construir EasyReport con las nuevas versiones de Harbour y xHarbour, sí hubo muchas descargas. A partir de ahí ninguna noticia más.
mgsoft wrote:I believe you're all partly right.
The EasyReport print engine seems to be working well. Not the designer, because dragging controls doesn't work properly, and things get worse when you add boxes, lines, etc. as Silvio points out.
Besides having FastReport, I don't know what option would be easier, if we could be able to fix the EasyReport designer, whose code I've studied is quite complex and messy, or complete the designer made by Paco García, which seems to be far more stable, but lacks the print engine that could use the EasyReport one.
In any case, we have to be aware that this requires a very high level of programming knowledge, which I don't have in my case.
TimStone wrote:Maybe I'm using something old ( or forgotten ).
Today I tried using the Easy Report sample included with the FWH 20.04. I was getting some errors, but worked past them ( essentially placement of the .VRD file and supporting files ). It finally opens the databases and browses them, and if I click on Easy Report, it does go to Preview mode. No errors. Also absolutely nothing on the preview page.
I'm working with the sample code, no modifications ...
So what needs to be done next to just get this sample working ?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 43 guests