Click to See Complete Forum and Search --> : updateing repeat regions


BrianDickson
08-06-2003, 02:47 PM
Hi all

I have a page which diisplays a customers information. Within this page is a layer contining a repeat region table from a sub / child table. I want any fields within this sub/child table to be updated, by the easiest method.

Currently, I have a link above this child table, which passes the "customerID" by URL parm. This is the update page. On this page I have displayed the child table table for that customerID, using again a repeat region to display all records, so the user can choose which field on which record the wish to update (I have selected a column for primary key). I have added an "update server behaviour" to this repeat region.

What happens is that this page will only update the last record within the table.

Can anyone help please?

Thanks