[SOLVED] Get value using button and auto fill with that value result
This topic is locked
[SOLVED]
 Get value using button and auto fill with that value result
7/28/2012 5:10:46 AM
PHPRunner General questions
B
bree author
Anyone can help me to do this?
there is a table in my oracle, let say, Table FRIENDS ID | Name
---------
1 Don I need to do something at "Adding New Record", there is a field named "Name", and this field must be autofilled using my scenario , which is, search the name from table FRIENDS for a keyword (eg. "BOB"), if it doesnt exist then field "Name" autofilled with "Not Found". thanks.