This topic is locked
[SOLVED]

 Ajax Auto Suggest

6/16/2010 10:41:13 AM
PHPRunner General questions
N
nitinjain authorDevClub member

Hi
Is it possible that when the user starts typing his input in the text field, the ajax look's up the information in the same field of the table and gives suggestions.
Also, if the above is possible, can the results be restricted to show only relevant data of a particular user.
Thanks in advance for your help
Regards
Nitin Jain
Running PHPRunner 5.2

Sergey Kornilov admin 6/16/2010

You can setup this field as 'Lookup wizard' and choose 'Edit box with AJAX popup' option.
Then add a WHERE clause that filters data based on current logged user ID ($_SESSION["UserID"]).