var fDesc=new Array(); fDesc[0] = "R&R ReportWorks™ is a data access and reporting tool that lets users design professional, meaningful reports quickly and easily for data stored in Xbase (DBF) and SQL databases that are accessible via ODBC (Open Database Connectivity), such as Microsoft SQL Server, Oracle, and DB2.
End users, developers, consultants and IS staff can develop reports quickly and reliably, thus responding better to customer needs and at a much lower cost. Developers and IS staff can also tailor ReportWorks to their users, so that they can create and run their own reports.
Business users can access databases directly without programming, with the ease-of-use of plain English queries and menus, and in the case of R&R for Windows, the friendly and familiar Microsoft Office user interface. Review the report information on screen, printed, and exported via MAPI to other users, or via HTML for publication on the Web. Database information can be selected, analyzed, summarized and presented in a variety of ways - resulting in highly polished reports produced on time, with minimal effort!
Each ReportWorks license will now include both xBase and SQL Report Designer licenses, plus the rights to distribute runtime components for either or both. ReportWorks also includes a number of user friendly utility programs including Report Librariantm, Rapid Runnertm and Data Dictionary Editor."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }