FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour MyRpt run good!!!
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
MyRpt run good!!!
Posted: Wed Oct 16, 2013 09:14 AM
Finally I made the first report with Myrpt of Arubia.



Thanks Charles.



I wish ask a question
See it please ( designer)


On Data ID043 I wish insert 4 rows as

Local Riga1:="Via Crissolo,12 - 10138 Torino (To) - Italia"
Local Riga2:="Tel. 011-2568745 Fax 011-2548793"
Local Riga3:="email: arredoufficiosrl@arredufficio.it Internet : http://www.arredodufficio.it"
Local Riga4:="CF/P.Iva : 01303760282"
Local az_info:=Riga1+CRLF+Riga2+CRLF+Riga3+CRLF+Riga4


If I make oRpt:Data( 'ID043' , az_info ) it make an error with no data found
but I saw it not accept the CRLF symbol...strange !!!

I hope you help me
Regards
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
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: MyRpt run good!!!
Posted: Thu Oct 17, 2013 07:16 AM
Dear Arubia,

I translated MyRpt in Italian Language and I Made the MyRpt.Dll

Where I can send these files ?


How I can make to have BOX ROUND ?
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
Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: MyRpt run good!!!
Posted: Thu Oct 17, 2013 01:04 PM

Silvio,

MyRpt is history because no one used it. I myself had to adapt it to my own needs and escaped from a standard program idea.

I learned a lot about the issue of reporting and also had to use FastReport for needs that I had. The next step is to re-create a new version with new concepts and try to get a generator of correct and stable reports. Maybe 2014 is a good year for it. Creating a reports generator and an engine of use is a important time inversion

For now there's version can be used as study example and look different techniques used.

At the moment I haven't time to solve many bugs still exist, 'm sorry.

Salut.
Carles Aubia

Salutacions, saludos, regards

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

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: MyRpt run good!!!
Posted: Thu Oct 17, 2013 04:00 PM
Dear Carles,

I'm sorry but at the first when you created the first version I saw on it many errors and at init not run ok or I had problems to create a report invoice type ( header,body, footer) and I not used it

But now I think I not understood about MyRpt, it is very easy to use!!

I tried fast Report and other report generators but none is good for me

I wish a symply designer I could insert on my application as easy

Now I re-used your MyRpt and I thinked it can be used from all fwh user because it have a simply report generator

you must not leave this project!!!!!!!!!!!!!!!!!!!!

you need to fix the errors and improve the dynamics of the designer,

sometimes there are errors display or shadows that remain on the screen

I refresh the window and everything falls into place

Right I learn from your samples

Have you a sample to print postal labels ?

or How I can make to print labels two colums or four columns

Thanks for all
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
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: MyRpt run good!!!
Posted: Thu Oct 17, 2013 06:17 PM
Silvio.Falconi wrote:Dear Carles,

you must not leave this project!!!!!!!!!!!!!!!!!!!!

Thanks for all


+++1
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
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: MyRpt run good!!!
Posted: Sat Oct 19, 2013 11:15 AM

Today I tried with a EMf ( from ppt) and all run GOOD !!

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
Posts: 223
Joined: Thu Dec 01, 2005 03:34 PM
Re: MyRpt run good!!!
Posted: Tue Oct 22, 2013 04:27 AM
I have downloaded and explored the latest version of MyRpt available (from July, 2011) from the contributions section and found it to be very interesting. The explanation of the MyRpt tool by Carles Aubia is in Spanish, so I translated into English for any non-Spanish speakers who might like to read it. It has very interesting background info on the project and an explanation of basic concepts. You can download my translation from:

http://www.leadersoft.com/files/MyRptLib_English.doc

I'm no longer very fluent in Spanish (if I ever was), so I apologize to Carles for any inaccuracies in my translation.

- Roger
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: MyRpt run good!!!
Posted: Tue Oct 22, 2013 07:46 AM

ON windows Xp Professional run good all (box, line and Emf , says , image, codebar)
ON windows SEVEN I have problems : the says are moved on height and left ...Why ?
it is possible there is a bug on oPrn:say method ?
the coordinates are on mm on MyRpt

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
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Re: MyRpt run good!!!
Posted: Thu Oct 24, 2013 10:13 AM

Maybe we should do a fund raise for Charles to help to finish the proyect.

My two cents.

Saludos,



Eduardo

Continue the discussion