Why I hate report generators ? :)

Source code related resources

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Why I hate report generators ? :)

Post by Roberto Lopez »

rathinagiri wrote:Fantastic and cool!

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

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Why I hate report generators ? :)

Post 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
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Why I hate report generators ? :)

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: Why I hate report generators ? :)

Post by Vanguarda »

Hi friends,

Thanks Master for this New version.


regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Why I hate report generators ? :)

Post 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.
Attachments
report5.rar
(28.93 KiB) Downloaded 573 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Why I hate report generators ? :)

Post by Rathinagiri »

:) Great!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: Why I hate report generators ? :)

Post by Vanguarda »

Thanks Masters... Very nice.

regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
jrendon
Posts: 92
Joined: Thu Aug 14, 2008 9:21 pm

Re: Why I hate report generators ? :)

Post by jrendon »

Thank's Master.

is the best of the best.


Regards.
Juan Rendón
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Why I hate report generators ? :)

Post 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.
Attachments
report6.rar
(30.7 KiB) Downloaded 564 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Why I hate report generators ? :)

Post by Rathinagiri »

Nice with so many options. Thanks Roberto. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply