Lines Matching refs:tableObj
1349 var $tableObj; variable in Record
1366 $this->tableObj = $p_tableObj;
1368 if (count($p_values) < count($this->tableObj->columnObjs))
1369 … for ($counter=count($p_values)+1; $counter<=count($this->tableObj->columnObjs);$counter++)
1733 $tableObj=$p_recordObj->tableObj;
1737 $this->output ('<h1>'.$tableObj->name.'</h1>');
1744 $columnObjs = $tableObj->columnObjs;
1773 …$this->output($this->button('updateAction',getMyLang('btn_edt_upd'),false, $tableObj->displayId,$p…
1778 $this->output($this->button('listall',getMyLang('btn_back') ,true, $tableObj->displayId));
1794 $tableObj=$p_recordObj->tableObj;
1798 $this->output ('<h1>'.$tableObj->name.'</h1>');
1799 if ($tableObj->isAdmin) $title = getMyLang('prompt_col');
1805 $columnObjs = $tableObj->columnObjs;
1831 $tableObj->displayId,$p_recordObj->id));
1836 $this->output($this->button('listall',getMyLang('btn_back') ,true, $tableObj->displayId));