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
Your Answer