var fDesc=new Array(); fDesc[0] = "The Report Miner Suite is a single application which contains 4 utilities that each provide unique functionality for documenting Crystal Report files.
It generates configurable professional-quality report definition documentation for Crystal Report files. Extract analyzes each selected Crystal Report file and can generate documentation on the report definition in the following formats : Microsoft Word Format, Microsoft Access DB Format, Text Format .
It also makes visual comparison that allows you to compare two report files to see all differences. This allows for a comparison between two different reports or between two versions of the same report to identify all differences.
Report Miner provides an Excel-style listing of all database tables referenced by selected reports (including tables referenced in sub-reports) as well as the report selection formula."; 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 = ''; } }