This topic is locked
[SOLVED]

 Dropdown Box Filter

5/17/2011 3:34:35 PM
PHPRunner General questions
cyberjas2001 author

I try to filter the information that shows on my dropdown menu, so I put this condition in my Lookup Wizard:


My "where expression" is not filtering my dropdown menu

My table is table_driver and when I want to add to a new truck, all the drivers have to be filter by their status.

Any ideas, thanks!

P
procheck 5/17/2011

I'm not 100% sure but I think it's something like these:
'".$data["status"] . "'"="Approved"
OR
'".$data["status"] . "' =" . "Approved"
You're going to need to play with it a bit.

Sergey Kornilov admin 5/18/2011
" status='Approved'"
cyberjas2001 author 5/18/2011

It works!!! Thanks Sergey!!!