S
|
swanside 2/3/2013 |
Please, I need your help. Tables containing relationships in my database are having problem in search field - listpage. When i type some word and I search, always show me all records. Why filter not work?
|
![]() |
Sergey Kornilov admin 2/4/2013 |
Try to enable SQL debugging to see the actual SQL query produces: |
W
|
Windfall author 2/14/2013 |
Pardon my English ... Try to enable SQL debugging to see the actual SQL query produces: http://xlinesoft.com/phprunner/docs/debugging_tips.htm This can point you in the right direction. |
![]() |
Sergey Kornilov admin 2/14/2013 |
It's not really clear what is the question. I understand that your current SQL query is as follows: SELECT ID, Nome_Razao, Colportor_que_contactou, CPF, Inscricao_Estadual, Endereco, Bairro, Cidade, UF, Pais, Complemento,
|
W
|
Windfall author 2/17/2013 |
The problem is that when I type a name in the query, brings as result all records, always. |
![]() |
Sergey Kornilov admin 2/17/2013 |
Run this query manually against your database. Does it still brings all the records? |
S
|
swanside 2/18/2013 |
Run this query manually against your database. Does it still brings all the records?
SELECT |
W
|
Windfall author 2/18/2013 |
Does the fact that the field "Email_colportor" the Customers table is not the primary key it gives this error? Because when I insert on the list page: before sql query: $strWhereClause = ("clientes.email_colportor = '". $ _SESSION ['Userid']. "'") the filter search field no more not work. |
W
|
Windfall author 2/27/2013 |
Thank you all for the help. |