Can you just place a hidden field on the page for each record, and use
the onchange method in each of the fields to update the hidden field
from a 0 to a 1 or something.  

Then loop over the hidden fields to know what to update.

Or as I have done in the past, use some dhtml to append the hidden
fields on to the form dynamically as they edit each row. The hidden
fields would all have the same name, and their value is the primary key
of the record you will update.  Then on submit you would just have to
param that field to "" (in case nothing was edited), and loop over your
comma delimited list of keys to update.  

Just a suggestion.

~Brad

-----Original Message-----
From: Andy Mcshane [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 8:24 AM
To: CF-Talk
Subject: Compare 2 structures or arrays

On my site I have an area where up to 40 individual records consisting
of several fields each are displayed and are able to be edited by the
user. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241797
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to