Page 5 of 6

Re: Why I hate report generators ? :)

Posted: Thu Jul 09, 2009 3:22 am
by Roberto Lopez
rathinagiri wrote:Fantastic and cool!

Let there be more rain in your city. :)
It will be sunny tomorrow :)

Regards,

Roberto.

Re: Why I hate report generators ? :)

Posted: Thu Jul 09, 2009 5:46 am
by sudip
Hello Master Roberto,

Thanks a lot for PDF Printing. It is better than PDF printers (which I am using currently).

(Again some wishlists come to my mind, but I don't want to disturb you now)

Please continue this project as you like :)

(It's is drizzling also in my city and I like it :) )

With best regards.

Sudip

Re: Why I hate report generators ? :)

Posted: Thu Jul 09, 2009 5:55 am
by Roberto Lopez
sudip wrote: (Again some wishlists come to my mind, but I don't want to disturb you now)

Please continue this project as you like :)
One of the best wishes I've read ever... :)
sudip wrote: (It's is drizzling also in my city and I like it :) )
Well... I'm seeing the stars from my window, so, tomorrow will be sunny... further development will be slower :)

And, it's very cold right now (1ºC) and it's almost 3am, so... I'll go to bed right now...

Till tomorrow!

Roberto.

Re: Why I hate report generators ? :)

Posted: Thu Jul 09, 2009 8:21 pm
by Vanguarda
Hi friends,

Thanks Master for this New version.


regards,

Re: Why I hate report generators ? :)

Posted: Fri Jul 10, 2009 2:38 am
by Roberto Lopez
Hi All,

It is finished. I've fixed lots of bugs and added more functionality.

Code: Select all

- If <cOutputFile> is specified, a PDF file with report content will be generated. (<lPrintPreview> and <lSelectPrinter> parameters will be ignored). 

- The following limitations applies when report is redirected to a PDF file:

	- Only .jpg image files are allowed. 

	- When 'Underline' property is .t., color property is ignored (assumed black) for expressions. 

	- Only the following fonts are supported (all other are assumed as 'Times'):

		- Times
		- Helvetica
		- Courier

	- Only the following paper sizes are supported:

		- PRINTER_PAPER_LETTER
		- PRINTER_PAPER_LEGAL
		- PRINTER_PAPER_A4
		- PRINTER_PAPER_TABLOID
		- PRINTER_PAPER_EXECUTIVE
		- PRINTER_PAPER_A3
		- PRINTER_PAPER_ENV_10
		- PRINTER_PAPER_B4
		- PRINTER_PAPER_B5
		- PRINTER_PAPER_P32K
		- PRINTER_PAPER_ENV_C5
		- PRINTER_PAPER_ENV_DL
		- PRINTER_PAPER_ENV_B5
		- PRINTER_PAPER_ENV_MONARCH

- Sample:

	Demo6.prg

Regards,

Roberto.

Re: Why I hate report generators ? :)

Posted: Fri Jul 10, 2009 6:47 am
by Rathinagiri
:) Great!

Re: Why I hate report generators ? :)

Posted: Fri Jul 10, 2009 3:28 pm
by Vanguarda
Thanks Masters... Very nice.

regards,

Re: Why I hate report generators ? :)

Posted: Fri Jul 10, 2009 5:37 pm
by jrendon
Thank's Master.

is the best of the best.


Regards.
Juan Rendón

Re: Why I hate report generators ? :)

Posted: Sun Jul 12, 2009 4:48 pm
by Roberto Lopez
Hi All,

Here is a new version of the report writer.

It features HTML output now!

Code: Select all

HTML Output:

- If <cOutputFile> with 'html' extension is specified, an PHTML file with report content will be generated. (<lPrintPreview> and <lSelectPrinter> parameters  will be ignored). 

- Color support is not yet implemented.

- Sample: Demo7.prg

Enjoy!

Roberto.

Re: Why I hate report generators ? :)

Posted: Sun Jul 12, 2009 7:07 pm
by Rathinagiri
Nice with so many options. Thanks Roberto. :)