var qb_state=false; var qb_lastState; function qb_getObjectList(obj,typ,owner,begin,end,display,include,onclick,clss){ nw = new Date(); //Now !; var get = new htmldb_Get(obj,4500,'INTERNAL_APPLICATION_PROCESS=3934212967688584',0); get.add('P1002_SCHEMA', owner); // get.add('P1002_FEED_INCLUDE', include); get.add('P1002_ONCLICK', onclick); //get.add('P1002_FEED_CLASS', clss); get.add('P0_PPRTIMESTAMP',nw.getTime()); var ret = get.get(); get = null; return ret; } function qb_postState() { cDebug('start qb_postState') var schema = html_GetElement("P1002_SCHEMA"); var finder = html_GetElement("P1002_FIND").value; cDebug("Last:"+qb_lastState); cDebug("Current:"+':'+schema+':'+finder+':'); if ( qb_lastState == null || qb_lastState != ':'+schema+':'+finder+':' ) { // call is in /javascript/htmldb_data.js cDebug('Sending State'); var x = new htmldb_Get(null,4500,'INTERNAL_APPLICATION_PROCESS=1504518033640244',0); x.add('P1002_SCHEMA',schema.value); x.add('P1002_FIND' ,finder.value); x.get(); x=null; qb_state = false; qb_lastState = ':'+schema+':'+finder+':'; } } function qb_sendState(){ if (!qb_state ) { setTimeout("qb_postState()", 3000); qb_state = true; } } // load the QB left column function qb_getTableList() { qb_getObjectList('dbaseObjectsSlider',';TABLE;VIEW',html_GetElement("P1002_SCHEMA").value,'1','1000','DIV',null,'q(this.id)','o'); /*var lOB = html_GetElement('dbaseObjectsSlider').getElementsByTagName('DIV'); for(var i=0,len=lOB.length;i