"message_sent_date", 'datatype' => "DATE", 'formtype' => "TEXT", 'op' => "like", 'prefix' => "%", 'suffix' => "%", 'width' => "", 'value' => ""); $liste["item"][] = array( 'field' => "client_id", 'datatype' => "INTEGER", 'formtype' => "SELECT", 'datasource' => array ( 'type' => 'SQL', 'querystring' => "SELECT client_id,CONCAT(company_name,' :: ',contact_name) as name FROM client ORDER BY company_name,contact_name", 'keyfield'=> 'client_id', 'valuefield'=> 'name' ), 'op' => "=", 'prefix' => "", 'suffix' => "", 'width' => "", 'value' => ""); $liste["item"][] = array( 'field' => "subject", 'datatype' => "VARCHAR", 'formtype' => "TEXT", 'op' => "like", 'prefix' => "%", 'suffix' => "%", 'width' => "", 'value' => ""); ?>