Vous êtes sur la page 1sur 1

//Setup a filter with Params $this->qProducts->Filter = " products_price >= " . $this->dbProducts->Para m('init') .

" and products_price <= " . $this->dbProducts->Param('end') . ""; //Setup the params array $params = array(); $params[] = $this->eMin->Text; $params[] = $this->eMax->Text; $this->qProducts->Params = $params; //Prepare the query $this->qProducts->Prepare(); //Reopen the dataset $this->qProducts->close(); $this->qProducts->open(); $this->Query1->Filter = " nama like 'EKO%' and alamat like 'BANYU%'";

Vous aimerez peut-être aussi