This topic is locked

Return data only when search value was entered

3/9/2012 9:47:47 AM
PHPRunner General questions
P
Philip author

I'm trying to use the example from manual:

Make search button return data only when search value was entered
Unfortunately this example does not work (I can see that it has 4 IF but 5 ENDIF).

Has someone a working example?
Thanks

Philip

Sergey Kornilov admin 3/9/2012

Philip,
thank you for pointing, we'll fix this. Try to paste this code without the latest line.

P
Philip author 3/9/2012

Of course I already did so :-)

The problem ist that this code works just initially. Means that when you open the list you get "no records found". When you now click search (with no search string) you get the list with all records ...

P
Philip author 3/14/2012

Has someone ever used this functionality and was able to make it run correctly?