var fDesc=new Array(); fDesc[0] = "R:BASE eXtreme 9.1 is built on a solid foundation of performance, reliability, security, and compatibility, making it the best-performing R:BASE product to date. The many new innovations in the product are designed to augment your ability as an R:BASE user and developer, to better provide and manage a more versatile development environment, while securing your code and improving both end-user and personal productivity.
Features:
- Robust SQL Engine
- 28 Years of Production
- Multi-Lingual Support
- Simultaneous DOS/Windows Support
- Temporary Tables and Views
- Stored Procedures and Triggers
- 512-Bit Built-in File Encryption
- INNER JOINS and Nested INNER JOINS
- Form Designer with over 85 Controls
- Report Designer with over 30 Controls
- Label Designer with over 30 Controls
- Sub-Reports and Nested Sub-Reports
- Built-in Crosstab Controls
- Graphical Query Designer
- Quick and Powerful Application Designer
- Integrated File Gateway (Import/Export)
- Support for Industry Standard XML Format
- Simple to Use Form Wizard
- Intuitive Report Wizard
- Fast and Easy Label Wizard
- Query Wizard with True GUI Interface
- Application Wizard with No Outside Code
- Versatile Database Explorer
- GUI Text Editor and Syntax Highlighting
- Built-in E-mail Support for Reports
- Built-in MAPI E-mail
- Built-in Image/BLOB Data Viewer/Editor
- Built-in PDF Writer with 128-Bit Security
- Built-in HTML and XHTML Writer
- Built-in RTF Writer
- Built-in XLS Writer
- Built-in Bar Codes"; 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 = ''; } }