var fDesc=new Array(); fDesc[0] = "Each ADP uses CSV text files to load the metadata to build the switchboard groups and items at run-time. When you purchase the source code ADPs, you also get the ADP SWB CSV Files Builder MDB Application, which is used to build the Switchboard Items table and automatically create the CSV files from that table’s records. The CSV files are then deployed with the ADP.

A SQL Server Connection is not required to run these demos. Dummy forms and reports are used to demonstrate the operation of the Switchboards."; 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 = ''; } }