var fDesc=new Array(); fDesc[0] = "Updating report data requires the PC to access the report's database, usually through ODBC. cView fully supports the use of report parameters and can log in to secure databases such as Oracle or SQL Server.

The full version of cView allows modification of print settings and display settings. The latest release also allows changing of report file locations for data file based reports using FoxPro, Btrieve, or Access so that the same report may be run with different data sets.

Main Features:

-View reports with Saved Data, including reports scheduled with cViewMANAGER or cViewSERVER.
-Refresh the report from the database for up-to-the-minute data.
-Refresh reports with full support for report parameters.
-Print reports.
-Export reports to PDF, Word, Excel, and other formats.
-Filter data in reports using a Crystal Record Selection Formula.
-Run the same report with different sets of data (file based reports using FoxPro, Btrieve, or Access)."; 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 = ''; } }