var fDesc=new Array(); fDesc[0] = "EasyReport is a Class and a set of Templates providing you an ability to do some extra stuff in the Clarion reports. You'll get libraries, templates, examples and complete documentation for the class and templates.

Main Features:
- text controls resizing and adjustment of the vertical and horizontal lines, boxes and strings according to the text's controls height;
- adding the greenbar effect to your report.
- splitting large text between pages with vertical lines and boxes adjustment
- setting number of copies of your report
- printing page of pages and total number of pages in your report
- compatibility with CPCS templates
- custom "pattern" strings replacement at run-time."; 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 = ''; } }