pSet->getSQLQuery(); $gstrOrderBy = $this->pSet->getStrOrderBy(); $this->sqlParts["where"] = ""; if( $this->pSet->getAdvancedSecurityType() == ADVSECURITY_VIEW_OWN ) { $this->sqlParts["where"] = SecuritySQL("Search", $this->tName); } $this->sqlParts["where"] = whereAdd( $this->sqlParts["where"], $this->getMasterTableSQLClause() ); $this->sqlParts["sql"] = SQLQuery::gSQLWhere_having($gQuery->HeadToSql(), $gQuery->FromToSql(), $gQuery->WhereToSql(), $gQuery->GroupByToSql(), "", $this->sqlParts["where"], ""); $this->sqlParts["orderby"] = $gstrOrderBy; $this->sqlParts["sql"] .= " " . trim( $this->sqlParts["orderby"] ); } /** * Process the page */ public function process() { // Before Process event if( $this->eventsObject->exists("BeforeProcessPrint") ) $this->eventsObject->BeforeProcessPrint( $this ); $this->commonAssign(); $this->setMapParams(); $this->allPagesMode = true; $this->buildSQL(); $this->openQuery(); $this->fillGridPage(); $this->showTotals(); $this->doCommonAssignments(); $this->addCustomCss(); $this->displayPrintPage(); } /** * */ public function displayPrintPage() { if( !$this->fetchedRecordCount ) return; $this->xt->bulk_assign( $this->pageBody ); $this->xt->hideAllBricksExcept( array( "grid" ) ); $this->xt->assign("grid_block", true); // show table name only when several details are printed $this->xt->assign( "printheader", $this->multipleDetails ); $this->xt->load_template($this->templatefile); // $this->xt->prepareContainers(); echo "