HMGSCRIPT 0.35

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

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

HMGSCRIPT 0.35

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

Roberto


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

Re: HMGSCRIPT 0.35

Post by Rathinagiri »

Fantastic break through Roberto. Thanks a lot. I will go through in detail.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMGSCRIPT 0.35

Post by esgici »

Thanks Roberto :)

Best regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT 0.35

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

Roberto


(Veritas Filia Temporis)
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: HMGSCRIPT 0.35

Post by salamandra »

Thank you very much Roberto :)


[]´s Salamandra
There is one time in which is crucial awakening. That time is now. ( Buddha )
Post Reply