var fDesc=new Array(); fDesc[0] = "Business solution software ranges from enterprise, line-of-business applications to shrink-wrap commercial products to "home-grown" departmental projects. Visual DataFlex’s Studio is a single tool that can successfully build and maintain the entire range of business solutions - fast & easy.
Visual DataFlex includes a world class Studio, a rich object oriented language and a framework specifically designed for developing Windows and Web database applications, Rich Internet Applications and Web Services.
The framework, robust class library and comprehensive set of pre-programmed, data-aware controls provide everything needed for successful custom projects and high quality commercial products. With "VDF", the design, implementation and maintenance of business solutions is a structured, well managed process.
Studio’s visual modeling and finely tuned functionality enhances developer productivity; re-usable Data Dictionaries and Business Process Objects eliminate huge amounts of redundant, high maintenance coding.

Start Center helps new users become productive quickly and provides experienced users with a convenient launch point and on-line, up-to-the-minute information center. Wizards generate error-free, ready-to-compile code for Windows, web browser and web services applications and components."; 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 = ''; } }