Page 1 of 1

XBase++ Class Library For R&R

Posted: Fri Sep 08, 2006 4:31 am
by friedhelm
[updated:LAST EDITED ON Sep-08-06 AT 04:32 AM (EST)]For any Xbase Users:____I wrote a class library to execute a report from any XBase application on an easy way:____ myReport := RReport():New("MyReport.rrw",,"D"):Create()__ myReport:Execute(-1)__ myReport:Destroy()____Also you have an threaded executen queue for make printout in the background of your application.____The class library comes with source code so you can recompile with any version of Xbase .______You can downlaod the class library on: ftp://www.tobax.de/to/tobax.de/R&R/tbxRRClass.zip____It will be nice to have any suggestions and remarks. __