Page 4 of 6

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 2:33 am
by sudip
Hello Master Roberto,
I tested it. Excellent!
Thanks a lot.
Regards.
Sudip

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 5:50 am
by shridhar
Hello Master ,

Could you please include this Report Manager in the HMG official release ?

Thanks
Shridhar

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 1:08 pm
by Roberto Lopez
shridhar wrote:Hello Master ,

Could you please include this Report Manager in the HMG official release ?

Thanks
Shridhar
I'll do it.

Regards,

Roberto.

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 1:18 pm
by sudip
Hello Master Roberto,

I wrote my previous message in a hurry.

There are some points about report generator I have noticed:
1. Very easy to program.
2. Easiest way of customization of paper size. I am telling this, because I was experimenting about this for some weeks with many Harbour and xHarbour libraries. Our HMG is the best. And with Report Generator, Best even becomes Better :)
3. Codes are so structured that sometimes I thought we don't need any GUI Report Generator any more. In my "pseudo-poetic" language may I call it "pen-picturing" or "keyboard-picturing" :)
4. I got some ideas about how Report Generators work. IMHO, this knowledge is more helpful than Report Generator itself (please don't misunderstand me, I like this application very much).

My wishlist:
There are many. But, I don't want to say them right now, because they may diverse your focus.

Thank you again for this excellent application.

With best regards.

Sudip

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 1:47 pm
by Rathinagiri
3. Codes are so structured that sometimes I thought we don't need any GUI Report Generator any more. In my "pseudo-poetic" language may I call it "pen-picturing" or "keyboard-picturing" :)
IMHO, this is VISUAL! Visual, inside the mind.

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 8:52 pm
by Roberto Lopez
sudip wrote:3. Codes are so structured that sometimes I thought we don't need any GUI Report Generator any more. In my "pseudo-poetic" language may I call it "pen-picturing" or "keyboard-picturing" :)
I've discovered this kind of 'visually structured' code for the first time in RapidQ (a wonderful BASIC compiler written in Delphi).

I've applied the concept for the first time in window definitions, later in TAB and the other controls.

So, it's not my idea :)


Regards,

Roberto.

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 10:24 pm
by Vanguarda
Thanks Master for this new version.

regards,

Re: Why I hate report generators ? :)

Posted: Mon Jul 06, 2009 11:25 pm
by fchirico
Roberto Lopez wrote:Hi All,

A new version of the report generator (attached to this message).

I've added grouping and custom paper size support.

Enjoy!

Roberto.
Guauuuuuuuuuuu!!!

Excelent!!!

Thank Youuuuuu.

saludos, Fernando Chirico.

Re: Why I hate report generators ? :)

Posted: Thu Jul 09, 2009 2:24 am
by Roberto Lopez
Well... it was rainy, windy and very cold here, so, I've continued working on report generator :)

I've added PDF output support. It is based on 'hbvpdf' Harbour contrib library.

The code is attached to this message.

To test, look at 'demo6.prg'

Here are the details:

Code: Select all

PDF Output:

- This feature relies on hbvpdf Harbour contribution library and must be considered experimental. Objects position could not be fully accurate. It will require more research.

- If <cOutputFile> is specified as 4th parameter on 'ExecuteReport' function, a PDF file with report content will be generated. (<lPrintPreview> and <lSelectPrinter> parameters will be ignored). 

- Only .jpg image files are allowed. 

- There is not color support yet.

- The following fonts are supported: 

	- Times
	- Helvetica
	- Courier

- The following paper sizes are supported for PDF output:

	- PRINTER_PAPER_LETTER
	- PRINTER_PAPER_LEGAL
	- PRINTER_PAPER_A4

- Sample:

	Demo6.prg

Enjoy!

Roberto.

Re: Why I hate report generators ? :)

Posted: Thu Jul 09, 2009 3:19 am
by Rathinagiri
Fantastic and cool! It looks nice and promising. Thanks Roberto.

Let there be more rain in your city. :)