![]() |
Sergey Kornilov admin 2/4/2010 |
In regards to updating multiple records on the list page here is the article that can help: |
G
|
greener author 2/4/2010 |
In regards to updating multiple records on the list page here is the article that can help: http://xlinesoft.com/phprunner/docs/update_multiple_records.htm You need to allow user enter value to be inserted into the database. You can use Javascript function prompt() for this purpose: newvalue=prompt("Enter new value","new"); In regards to update from CSV - it already works this way. Its trying to insert the record first and if such ID exist already it updates it with new values. In regards to quick search - I guess you need to setup those fields as 'Lookup wizard'. This can be done in Visual Editor. Double-click on field to set 'Edit as' type to 'Lookup wizard'.
|
![]() |
Sergey Kornilov admin 2/4/2010 |
Check PHPRunner 5.2 that comes with handy search panel on the list page. I guess this exactly what you looking for. |