
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' );



Roberto Lopez (www.hmgforum.com)
