This topic is locked

Editing multiple rows on a horizontal list page

1/31/2006 10:23:27 AM
PHPRunner General questions
prleo1 author

Admin,
Is it possible to use PHPRunner to create a multi-row edit page for data?

For instance, I have an emp table that has columns: first_name, last_name, mid_name...

and use a Select * from emp that queries the rows out of the db.
For instance, display the data as you would in a horizontal list page, but for every row retrieved, the columns are editable, with submit button that catches the update statement and key_id of the row.

D
Dale 1/31/2006

I have no answer here, just wished to express my interest with this post. I to want to be able to add another checkbox to a list and then have a button to select all and a button to submit changes.
Editable lists would be a very powerful feature.

Sergey Kornilov admin 2/1/2006

Hi,
you can not do this with PHPRunner.
We plan to add the In-list editing feature in the next PHPRunner version.

O
osluk 6/29/2006

I too would be interested in this - any timescales?
Chris