XBase++ Class Library For R&R

Over the years we've worked with or supplied a variety of utilities. As questions about RattleRR, RapidRunner, PDFeXPLODE, pdfEburst, converter, librarian, data dictionary, Amyuni, etc.
Post Reply
friedhelm
Posts: 7
Joined: Tue Oct 10, 2017 12:44 pm

XBase++ Class Library For R&R

Post by friedhelm » Fri Sep 08, 2006 4:31 am

[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. __

Post Reply