i haven't found this topic ..
is it possible to display chronoconectivity list only after search button is clicked ?
is it possible to display chronoconectivity list only after search button is clicked ?
Hi carloso,
I think that the way to do this is to use PHP in the search conditions box. If there is not search value set then return a WHERE clause that will have no records e.g. WHERE 1 = 2
Bob
I think that the way to do this is to use PHP in the search conditions box. If there is not search value set then return a WHERE clause that will have no records e.g. WHERE 1 = 2
Bob
Hi Bob, thanks for the reply..... maybe i will try that later...
for now i did it with a litle dirty trick hahaha ...
ccv setting :
i'm setting up my list to only display 1 reccord, show index = no, hide pagination and display limit drop-down ....
database :
i delete some values (that my ccv show in the front-end ) on the first record in the table😀
for now i did it with a litle dirty trick hahaha ...
ccv setting :
i'm setting up my list to only display 1 reccord, show index = no, hide pagination and display limit drop-down ....
database :
i delete some values (that my ccv show in the front-end ) on the first record in the table😀
This topic is locked and no more replies can be posted.