How to Create Easy Report Designer Files ?

User avatar
Otto
Posts: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 28 times
Been thanked: 2 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Otto »

Dear Antonio,
thank you. Can you tell me please where I can download the source code.
Thank you in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Silvio.Falconi
Posts: 7164
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

Re: How to Create Easy Report Designer Files ?

Post by Silvio.Falconi »

Otto there are error on your files I see blank page also with ER2 original !!!!
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 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: 7164
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

Re: How to Create Easy Report Designer Files ?

Post by Silvio.Falconi »

Antonio Linares wrote:Silvio,

I think this is the original one:
https://bitbucket.org/fivetech/easyreport/downloads/er2.exe


yes of course this is the original
why we cannot compile the original to have this ?
where are the original files ( source) ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 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
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Antonio Linares »

Silvio,

This is the ZIP file that we got from Timm:
https://bitbucket.org/fivetech/easyreport/downloads/EasyReport.zip

It was not possible to build it as it was as there were missing files and third party libs.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 28 times
Been thanked: 2 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Otto »

Silvio,
in which folder do do you have your copy of er2.exe.
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: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 28 times
Been thanked: 2 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Otto »

Silvio,
you always have to check if AreaFilesDir=.\xVrd\ points to the right folder.

Best regards
Otto

[General]
EditProperties=1
EditAreaProperties=1
EditLanguage=1
DeveloperMode=1
InsertMode=1
Title=DruckMemo
Measure=1
GridWidth=1
GridHeight=1
ShowGrid=0
TopMargin=0
LeftMargin=0
Expressions=1
GeneralExpressions=EasyReport General.dbf
UserExpressions=EasyReport User.dbf
DataExpressions=EasyReport Database.dbf
PageBreak=245
Orientation=1
ShowInfoMsg=1
PrintIDs=1
Group=
RDD=DBFNTX
AreaFilesDir=.\xVrd\
PaperSize=9
PaperWidth=70
PaperHeight=30
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 28 times
Been thanked: 2 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Otto »

Dear Antonio,
can you please help me to find these functions.
compiling with xHarbor I have problems finding following functions:

FUNCTION SHOWGRID
? "Dummy SHOWGRID"
RETURN nil
FUNCTION SETMASKED
? "Dummy SETMASKED"
RETURN nil
FUNCTION HB_COMPILEFROMBUF
? "Dummy HB_COMPILEFROMBUF"
RETURN nil
FUNCTION HB_HRBRUN
? "Dummy HB_HRBRUN"
RETURN nil
FUNCTION HB_HDEL
? "Dummy HB_HDEL"
RETURN nil
Error Could not open input file c:\bcc582\include\windows\sdk.RC

//RLINK32: Unsupported 16bit resource in file "C:\ENTWICKLUNG_2012\EASYREPORT\SOURCE\EREPORT.RC"
//Error: Unknown RLINK32 error

Thank you in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Silvio.Falconi
Posts: 7164
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

Re: How to Create Easy Report Designer Files ?

Post by Silvio.Falconi »

Otto wrote:Silvio,
you always have to check if AreaFilesDir=.\xVrd\ points to the right folder.

Best regards
Otto

[General]
EditProperties=1
EditAreaProperties=1
EditLanguage=1
DeveloperMode=1
InsertMode=1
Title=DruckMemo
Measure=1
GridWidth=1
GridHeight=1
ShowGrid=0
TopMargin=0
LeftMargin=0
Expressions=1
GeneralExpressions=EasyReport General.dbf
UserExpressions=EasyReport User.dbf
DataExpressions=EasyReport Database.dbf
PageBreak=245
Orientation=1
ShowInfoMsg=1
PrintIDs=1
Group=
RDD=DBFNTX
AreaFilesDir=.\xVrd\
PaperSize=9
PaperWidth=70
PaperHeight=30



there is another problems
C:\Entwicklung_2012\invoiceyunus\Release\
i not have this folder
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 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
TimStone
Posts: 2956
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by TimStone »

Antonio,

In 2014 many of us contributed for both a Visual Studio IDE and the purchase of Easy Report. The IDE money went to a programmer who never finished the project.

You indicated we would incorporate Easy Report into FWH. In December, 2017, you told me in an email that this past year would focus on getting this project done.

I hope time will be devoted in the current year to finally addressing this project and getting it done. I realize there are other fun things to do, but over 4 years have passed. Integration means the following:

1). There should be a report designer / class that we can incorporate into an application so our clients can create their own custom reports.
2). There must be a module we can include withing our programs that allow those reports to be selected and run.
3). Language support is very important.

Please, can we who have waited patiently for nearly 5 years after contributing finally see a working implementation of what was promised when we made our donations ?

Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Antonio Linares »

Dear Tim,

I fully agree with you on the main points. Just some comments:

1. The project to create a Harbour syntax highlighting for Visual Studio was dismissed once we realized
that there was a much simpler way to implement it without the need of coding. It is explained in this forums:

viewtopic.php?f=17&t=32390&start=0

2. When we bought EasyReport we were not aware that the software could not be used as it was. We have invested
time and effort to evolve it though still there is work to do.

Everyone is welcome to help. It is open source. We can't expect that all the work is done by "others" :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 28 times
Been thanked: 2 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Otto »

Dear Antonio,
I downloaded: https://bitbucket.org/fivetech/easyreport.
I copied to c:\fwh\easyRep\ and changed makefile to point to my FW version:
FWDIR=c:\fwh
#FWDIR=c:\fwh

Then I run go.bat. But I get following errors.
Can you please help.
Best regards,
Otto




.\source\ereport.prg(5125) Warning W0001 Ambiguous reference 'I'
.\source\ereport.prg(5131) Error E0030 Syntax error "syntax error at 'STATIC'"
.\source\ereport.prg(5131) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5133) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5134) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5135) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5136) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5137) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5138) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5139) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5140) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5141) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5142) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5143) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5144) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5144) Warning W0001 Ambiguous reference 'AFIRST'
.\source\ereport.prg(5145) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5145) Warning W0001 Ambiguous reference 'NELEMENTE'
.\source\ereport.prg(5146) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5147) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5148) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5149) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5150) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5152) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5153) Warning W0001 Ambiguous reference 'CAREAINI'
.\source\ereport.prg(5153) Warning W0001 Ambiguous reference 'AINIENTRIES'
.\source\ereport.prg(5155) Warning W0001 Ambiguous reference 'CAREAINI'
.\source\ereport.prg(5155) Warning W0001 Ambiguous reference 'AINIENTRIES'
.\source\ereport.prg(5160) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5160) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5160) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5162) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5162) Warning W0001 Ambiguous reference 'CRULER1'
.\source\ereport.prg(5162) Warning W0001 Ambiguous reference 'CRULER2'
.\source\ereport.prg(5163) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5163) Warning W0001 Ambiguous reference 'CRULER1'
.\source\ereport.prg(5163) Warning W0001 Ambiguous reference 'CRULER2'
.\source\ereport.prg(5164) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5164) Warning W0001 Ambiguous reference 'CRULER1'
.\source\ereport.prg(5164) Warning W0001 Ambiguous reference 'CRULER2'
.\source\ereport.prg(5167) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5167) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5167) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5169) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5170) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5177) Warning W0001 Ambiguous reference 'CAREAINI'
.\source\ereport.prg(5177) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5177) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5177) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5177) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5177) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5177) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5180) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5180) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5180) Warning W0001 Ambiguous reference 'CRULER2'
.\source\ereport.prg(5180) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5180) Warning W0001 Ambiguous reference 'ORULERBMP2'
.\source\ereport.prg(5186) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5186) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5186) Warning W0001 Ambiguous reference 'CRULER1'
.\source\ereport.prg(5186) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5186) Warning W0001 Ambiguous reference 'ORULERBMP1'
.\source\ereport.prg(5188) Warning W0001 Ambiguous reference 'ORULERBMP1'
.\source\ereport.prg(5188) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5188) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5189) Warning W0001 Ambiguous reference 'ORULERBMP2'
.\source\ereport.prg(5189) Warning W0001 Ambiguous reference 'ORULERBMP1'
.\source\ereport.prg(5191) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5191) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5191) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5193) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5193) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5193) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5193) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5193) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5194) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5194) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5194) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5200) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5203) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5203) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5203) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5203) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5203) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5213) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5216) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5216) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5216) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5218) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5218) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5218) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5218) Warning W0001 Ambiguous reference 'CAREAINI'
.\source\ereport.prg(5220) Warning W0001 Ambiguous reference 'ORULERBMP1'
.\source\ereport.prg(5220) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5221) Warning W0001 Ambiguous reference 'ORULERBMP2'
.\source\ereport.prg(5221) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5223) Warning W0001 Ambiguous reference 'ORULERBMP1'
.\source\ereport.prg(5223) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5223) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5224) Warning W0001 Ambiguous reference 'ORULERBMP2'
.\source\ereport.prg(5224) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5224) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5226) Warning W0001 Ambiguous reference 'I'
.\source\ereport.prg(5227) Warning W0002 Ambiguous reference, assuming memvar '
AINIENTRIES'
.\source\ereport.prg(5227) Warning W0001 Ambiguous reference 'I'
.\source\ereport.prg(5227) Warning W0001 Ambiguous reference 'NENTRY'
.\source\ereport.prg(5228) Warning W0001 Ambiguous reference 'NENTRY'
.\source\ereport.prg(5229) Warning W0001 Ambiguous reference 'NENTRY'
.\source\ereport.prg(5229) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5229) Warning W0001 Ambiguous reference 'CAREAINI'
.\source\ereport.prg(5229) Warning W0001 Ambiguous reference 'AFIRST'
.\source\ereport.prg(5229) Warning W0001 Ambiguous reference 'NELEMENTE'
.\source\ereport.prg(5229) Warning W0001 Ambiguous reference 'AINIENTRIES'
.\source\ereport.prg(5229) Warning W0001 Ambiguous reference 'I'
.\source\ereport.prg(5231) Warning W0001 Ambiguous reference 'I'
.\source\ereport.prg(5231) Warning W0001 Ambiguous reference 'I'
.\source\ereport.prg(5231) Warning W0001 Ambiguous reference 'AINIENTRIES'
.\source\ereport.prg(5234) Warning W0001 Ambiguous reference 'NELEMENTE'
.\source\ereport.prg(5235) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5236) Warning W0002 Ambiguous reference, assuming memvar '
AFIRST'
.\source\ereport.prg(5236) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5236) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5237) Warning W0002 Ambiguous reference, assuming memvar '
AFIRST'
.\source\ereport.prg(5237) Warning W0002 Ambiguous reference, assuming memvar '
AFIRST'
.\source\ereport.prg(5237) Warning W0002 Ambiguous reference, assuming memvar '
AFIRST'
.\source\ereport.prg(5237) Warning W0002 Ambiguous reference, assuming memvar '
AFIRST'
.\source\ereport.prg(5237) Warning W0002 Ambiguous reference, assuming memvar '
AFIRST'
.\source\ereport.prg(5237) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5237) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5238) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5255) Error E0030 Syntax error "syntax error at 'STATIC'"
.\source\ereport.prg(5255) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5257) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5257) Warning W0001 Ambiguous reference 'NROW'
.\source\ereport.prg(5257) Warning W0001 Ambiguous reference 'NROWPOS'
.\source\ereport.prg(5258) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5258) Warning W0001 Ambiguous reference 'NCOL'
.\source\ereport.prg(5258) Warning W0001 Ambiguous reference 'NCOLPOS'
.\source\ereport.prg(5259) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5259) Warning W0001 Ambiguous reference 'LSHOW'
.\source\ereport.prg(5261) Warning W0001 Ambiguous reference 'NROW'
.\source\ereport.prg(5261) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5262) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5262) Warning W0001 Ambiguous reference 'NROWPOS'
.\source\ereport.prg(5263) Warning W0001 Ambiguous reference 'NROW'
.\source\ereport.prg(5263) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5263) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5264) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5264) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5264) Warning W0001 Ambiguous reference 'NROWPOS'
.\source\ereport.prg(5267) Warning W0001 Ambiguous reference 'NCOL'
.\source\ereport.prg(5267) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5268) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5268) Warning W0001 Ambiguous reference 'NCOLPOS'
.\source\ereport.prg(5269) Warning W0001 Ambiguous reference 'NCOL'
.\source\ereport.prg(5269) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5269) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5270) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5270) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5270) Warning W0001 Ambiguous reference 'NCOLPOS'
.\source\ereport.prg(5273) Warning W0001 Ambiguous reference 'LSHOW'
.\source\ereport.prg(5275) Warning W0001 Ambiguous reference 'NAREA'
.\source\ereport.prg(5275) Warning W0001 Ambiguous reference 'NROWPOS'
.\source\ereport.prg(5277) Warning W0001 Ambiguous reference 'NCOLPOS'
.\source\ereport.prg(5291) Error E0030 Syntax error "syntax error at 'FUNCTION'
"
.\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5291) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5291) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5291) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5291) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5293) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5293) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5294) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5294) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5295) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5295) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5297) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5297) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5298) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5298) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5299) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5299) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5301) Error E0030 Syntax error "syntax error at 'TO'"
.\source\ereport.prg(5301) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5305) Error E0030 Syntax error "syntax error at 'STATIC'"
.\source\ereport.prg(5305) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5307) Error E0004 LOCAL declaration follows executable sta
tement
.\source\ereport.prg(5307) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5307) Warning W0001 Ambiguous reference 'NROW'
.\source\ereport.prg(5307) Warning W0001 Ambiguous reference 'NCOL'
.\source\ereport.prg(5307) Warning W0001 Ambiguous reference 'NFLAGS'
.\source\ereport.prg(5307) Warning W0001 Ambiguous reference 'URESULT'
.\source\ereport.prg(5309) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5311) Warning W0001 Ambiguous reference 'URESULT'
.\source\ereport.prg(5315) Error E0030 Syntax error "syntax error at 'STATIC'"
.\source\ereport.prg(5315) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5317) Warning W0001 Ambiguous reference 'NMSG'
.\source\ereport.prg(5318) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5318) Warning W0001 Ambiguous reference 'NLPARAM'
.\source\ereport.prg(5318) Warning W0001 Ambiguous reference 'NLPARAM'
.\source\ereport.prg(5318) Warning W0001 Ambiguous reference 'NWPARAM'
.\source\ereport.prg(5321) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5321) Warning W0001 Ambiguous reference 'NMSG'
.\source\ereport.prg(5321) Warning W0001 Ambiguous reference 'NWPARAM'
.\source\ereport.prg(5321) Warning W0001 Ambiguous reference 'NLPARAM'
.\source\ereport.prg(5325) Error E0030 Syntax error "syntax error at 'STATIC'"
.\source\ereport.prg(5325) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5327) Warning W0001 Ambiguous reference 'NROW'
.\source\ereport.prg(5327) Warning W0001 Ambiguous reference 'NCOL'
.\source\ereport.prg(5327) Warning W0001 Ambiguous reference 'SELF'
.\source\ereport.prg(5338) Error E0030 Syntax error "syntax error at 'FUNCTION'
"
.\source\ereport.prg(5338) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5338) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5338) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5338) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5338) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5338) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5338) Error E0007 Missing => in #translate/#command
.\source\ereport.prg(5340) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5340) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5346) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5346) Warning W0001 Ambiguous reference 'NSCOPE'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'S_OCLASS'
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
.\source\ereport.prg(5348) Error E0030 Syntax error "syntax error at 'TO'"
.\source\ereport.prg(5348) Warning W0001 Ambiguous reference 'OCLASSINSTANCE'
82 errors

No code generated.

** error 1 ** deleting .\obj\ereport.obj

c:\fwh\easyRep>if errorlevel 0 ereport.exe
Der Befehl "ereport.exe" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

c:\fwh\easyRep>
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
shri_fwh
Posts: 301
Joined: Mon Dec 07, 2009 2:49 pm

Re: How to Create Easy Report Designer Files ?

Post by shri_fwh »

Dear All ,

We need good Report Designer which support also MariaDB natively.


Thanks
Shridhar
Thanks
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
User avatar
mgsoft
Posts: 422
Joined: Mon Aug 17, 2009 12:18 pm
Location: España

Re: How to Create Easy Report Designer Files ?

Post by mgsoft »

Easy Report is independent from dbf, you redefine report fíeld Ids with data.

The problem is the Ide is not stable.
Saludos,

Eduardo
User avatar
Silvio.Falconi
Posts: 7164
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

Re: How to Create Easy Report Designer Files ?

Post by Silvio.Falconi »

Antonio,
on that zip you send me we have
two project
1. easyreport
2. vrd
as you can see in this picture
there are many classes we non have and I think Timm change also Dialog, Control and use treview of Goran

Image
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 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
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: How to Create Easy Report Designer Files ?

Post by Antonio Linares »

Otto,

1. git clone https://www.bitbucket.org/fivetech/easyreport easyreport

2. cd easyreport

3. go

Here it is building fine
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply