problem with autofilter

Questionsproblem with autofilter
pierre mata asked 8 years ago

hello, with this the whole thing works fine:

$grid -> table = "tabla1";

but with this the autofilter not works:

$kemp ='CARLOS';
$grid -> select_command = "SELECT * FROM tabla1 WHERE LOCATE('$kemp',nombre)>0 OR LOCATE('$kemp',materno)>0 OR LOCATE('$kemp',paterno)>0";

$grid -> table = "tabla1";

by the way, the issue is with a grid master in a master-detail form, with a grid detail in a master-detail form the autofilter works well…

1 Answers
Abu Ghufran answered 8 years ago

Hi,

I've emailed you latest build, please recheck after update.

If issue still persist, Few more details will be required.
Please email me grid php code file, sample db sql dump and screenshot of the issue.

Your Answer

10 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?