TO ANTONIO, TO CHARLES MyRpt of Charles

TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Silvio.Falconi » Thu Oct 25, 2012 8:29 am

Dear Antonio, Dear Charles

I'm trying to create a Italian document called "Fattura"

It's very very hard to create

I must create as this document

Image


with this type footer

Image


I make a try but I am stop because I not understood how make it

this the file saved
Code: Select all  Expand view
[Report]
cName=Fattura
cDescription=Fattura1
cAutor=Silvio Falconi
dData=10/25/12
cDirDat=C:\work\errori\MyRpt\test_fa
cFormatDate=DD/MM/YYYY
cFileEmf=
nHeight=289
nWidth=202
nPaperSize=9
nZoom=60
lPortrait=Yes
nItems=8

[Item1]
cId=ID001
cClass=TIMAGE
nType=2
nTop=7.73 mm.
nLeft=5.69 mm.
nHeight=31.33 mm.
nWidth=56.47 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
cFile=C:\work\errori\MyRpt\test_fa\Logo.bmp
lBorder=No
nImgFixHeight=5
[Item2]
cId=ID003
cClass=TBOX
nType=3
nTop=23.60 mm.
nLeft=85.72 mm.
nHeight=34.99 mm.
nWidth=107.25 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
nClrFore=0
nClrBack=16777215
nLineWidth=1
nLineType=1

[Item3]
cId=ID005
cClass=TBOX
nType=3
nTop=89.93 mm.
nLeft=2.84 mm.
nHeight=7.73 mm.
nWidth=195.00 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
nClrFore=0
nClrBack=14408667
nLineWidth=1
nLineType=1

[Item4]
cId=ID009
cClass=TBOX
nType=3
nTop=97.66 mm.
nLeft=2.84 mm.
nHeight=134.28 mm.
nWidth=195.00 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
nClrFore=0
nClrBack=16777215
nLineWidth=1
nLineType=1

[Item5]
cId=ID023
cClass=TBOX
nType=3
nTop=97.66 mm.
nLeft=26.00 mm.
nHeight=134.28 mm.
nWidth=60.13 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
nClrFore=0
nClrBack=16777215
nLineWidth=1
nLineType=1

[Item6]
cId=ID028
cClass=TBOX
nType=3
nTop=82.19 mm.
nLeft=165.75 mm.
nHeight=149.74 mm.
nWidth=22.75 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
nClrFore=0
nClrBack=16777215
nLineWidth=1
nLineType=1

[Item7]
cId=ID029
cClass=TBOX
nType=3
nTop=238.85 mm.
nLeft=2.84 mm.
nHeight=11.39 mm.
nWidth=195.81 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
nClrFore=0
nClrBack=16777215
nLineWidth=1
nLineType=1

[Item8]
cId=ID032
cClass=TBOX
nType=3
nTop=80.97 mm.
nLeft=125.53 mm.
nHeight=149.74 mm.
nWidth=22.75 mm.
lVisible=No
lFixed=Yes
nShadow=0
nLineWidth=1
lSpecial=No
nClrFore=0
nClrBack=16777215
nLineWidth=1
nLineType=1





I have two DATABASE

and I must insert on document these datas as you can see here simply

Image


There is some one can help me please ? to create a test document to understand how create it with myrpt ? thanks
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: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Carles » Thu Oct 25, 2012 10:55 am

Hi,

You can try example CliAlb4. Use 4 tables and u can see totals also. Please, see repdemo and select this case...
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Silvio.Falconi » Thu Oct 25, 2012 11:49 am

Charles,

for draw the horiz and vertical lines it is too hard

why not use the possibility to use dots as the same Paco make ?

it is too easy and you can have vertical and horz lines easy


your myRpt need this feature and I hope you make this modify ( please see informes.prg from c5Ide - METHOD PaintDots( hDC ) CLASS TRptItem)



for the test
I saw the sample now
for the body ok I saw

but I wish also another box con los tipos de IVA ( at left on bottom)

each articles have different iva ( 4 , 12, 20,30)
i build an array [ iva , tipo, totale, imponibile]

sample :

Code: Select all  Expand view
imponibile     iva     imposta       codiceiva
         5.60       4             0.22          04%
       20.50      10             2.05         10%
09.018.50       20      1.803.70         20%
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: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Carles » Thu Oct 25, 2012 12:09 pm

Silvio,

Now i haven' time for this, i'm sorry. All code is for u if you want to change some feature... For put dots u can check Active Grid in bar menu. I designed with powerpoint ther form, and for me the important is to place every item in the dessign
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Rick Lipkin » Thu Oct 25, 2012 12:27 pm

Silvo

Have a look at \samples\invoice.prg .. good example on creating your own report from scratch using pens, color, fonts, lines and boxes.

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2618
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Silvio.Falconi » Thu Oct 25, 2012 5:31 pm

Rick,
this is an old problem

Antonio must resolve it to create a good Report designer like fastreport .
I believe to Expert Guru Maestro Francisco Garcia called Paco and only this MAN can resolve our problems !!!!

all languages of developer have a editor designer for report , how time we must wait for have one ?
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: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby George » Thu Oct 25, 2012 5:49 pm

Silvio,
I understand your frustration, as a native Visual Report Designer would be a important tool for us Fivewiners users.
But be advised that Fivewin is a library, an excellent one, to be used together with [x]Harbour and others xBase languages and environments, and not an IDE.

Regards,

George
George
 
Posts: 724
Joined: Tue Oct 18, 2005 6:49 pm

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Silvio.Falconi » Thu Oct 25, 2012 7:17 pm

George wrote:Silvio,
I understand your frustration, as a native Visual Report Designer would be a important tool for us Fivewiners users.
But be advised that Fivewin is a library, an excellent one, to be used together with [x]Harbour and others xBase languages and environments, and not an IDE.

Regards,

George


Dear George,
Sorry I use library Fivewin from 1991 ( before with clipper ) and I never Known it could be only a Library and not an Ide....
there are many projects initiated and not finished....

Perhaps you not have the same problems I have with customers...I wish Know how you resolved the problem to have a user report designer... I not want create many and many reports for many customers..with hand... I thinked it could be possibles now we live on 2012 not on 800 A.C!!!
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: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Otto » Thu Oct 25, 2012 9:31 pm

Silvio,
give FastReport a try.
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: 6008
Joined: Fri Oct 07, 2005 7:07 pm

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby ShumingWang » Fri Oct 26, 2012 1:36 am

fastreport for fwh www.spirins.com
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: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Carles » Fri Oct 26, 2012 7:25 am

Silvio

Maybe FastReport for FWH is the solution for u, and in any other case you can try creating your tool. You have a good example to follow by expanding it. MyRpt I think is a good example with all sources and can tech u to design an application in FWH and if someone has helped in acquiring new knowledge of how to create an application, and I am very happy. I've always tried to help friends in this forum (the only one)... :wink:

If you think your friend Paco is the only man who can do it, as you call him and take a help. :lol:

Nice weekend !
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Silvio.Falconi » Fri Oct 26, 2012 7:51 am

I 'm searching something simply as this :

from Danea EasyFact web site www. danea.it

Image

It is made with delphi ( zReport)

Some snapShots

Image

Image

Image

Image

Image


Charles ,
your software is good but for the first release I perhaps not insert inspector class but only a simply dialog to set properties of each object

not it need to use fastReport or A Guru Man as Paco but Ithink your software can be modify best!!
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: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Lautaro » Fri Oct 26, 2012 1:13 pm

Hello,

Try with http://reportman.sourceforge.net/indexes.html.

Best regards,

Lautaro Moreira
User avatar
Lautaro
 
Posts: 322
Joined: Fri Oct 07, 2005 2:44 pm
Location: Osorno, Chile

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Massimo Linossi » Fri Oct 26, 2012 2:47 pm

Rick Lipkin wrote:Silvo
Have a look at \samples\invoice.prg .. good example on creating your own report from scratch using pens, color, fonts, lines and boxes.
Rick Lipkin


2 days lost, instead of using line and box commands from print function.
At this time the custom form would have already been made. :?
User avatar
Massimo Linossi
 
Posts: 495
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: TO ANTONIO, TO CHARLES MyRpt of Charles

Postby Silvio.Falconi » Fri Oct 26, 2012 2:51 pm

yes of course Massimo
But I not must make only one !!!!
I'm making it with hand...


Image
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: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Jimmy, W3C [Validator] and 72 guests

cron