This topic is locked

how to integrate

5/21/2009 6:31:49 AM
PHPRunner General questions
D
danaci author

hi,

how to integrate this component (searchautosuggest) to phprunner;
script

J
Jane 5/21/2009

Hi,
unfortunately we don't support the code written by somebody else.

I recommend you to have a look at the built-in search suggest in PHPRunner.

D
danaci author 5/21/2009

Hi,

unfortunately we don't support the code written by somebody else.

I recommend you to have a look at the built-in search suggest in PHPRunner.


dear jane,

I want this integrate for add record or edit record not search,

Sergey Kornilov admin 5/21/2009

Lookup wizard provides an option to use search suggest. You don't need any third party scripts for this job.

D
danaci author 5/22/2009

Lookup wizard provides an option to use search suggest. You don't need any third party scripts for this job.


dear jane,
my personel table is
sno int,

name varchar,

job varchar
and job column is lookup from personel table(recursive). if some job is there personel table no problem, but if there are not job user is inserted manually.

Lookup wizard provides an option to use search suggest but not allowed data inserted.