Page 1 of 1

HMGSCRIPT 0.35

Posted: Mon Jul 23, 2012 3:10 pm
by Roberto Lopez
NEW ON RELEASE 0.35

- new: SqlReport function. It creates a PDF report based on specified SQL query.

Example:

oConn = new SqlConnection( 'localhost' , 'root', 'vertrigo' , 'test' );

n = SqlReport( oConn , 'select * from country' , 'COUNTRIES REPORT' );
Download: http://sourceforge.net/projects/hmgscript/

Enjoy!

Re: HMGSCRIPT 0.35

Posted: Mon Jul 23, 2012 3:43 pm
by Rathinagiri
Fantastic break through Roberto. Thanks a lot. I will go through in detail.

Re: HMGSCRIPT 0.35

Posted: Mon Jul 23, 2012 4:16 pm
by esgici
Thanks Roberto :)

Best regards

--

Esgici

Re: HMGSCRIPT 0.35

Posted: Mon Jul 23, 2012 4:59 pm
by Roberto Lopez
rathinagiri wrote:Fantastic break through Roberto. Thanks a lot. I will go through in detail.
The most important things missing, is to automatically right align the numeric columns and optionally, totalize columns, then, an xBase server version will must be done.

There is a lot of work to do yet :)

Re: HMGSCRIPT 0.35

Posted: Tue Jul 24, 2012 10:18 am
by salamandra
Thank you very much Roberto :)


[]´s Salamandra