multiple rows of editable data

2003-09-22 Thread Mohd Amin Mohd Din
Hi,
 
I have a master detail form where the detail section has multiple rows
which have one field to be updated per row. There is one submit button
at the end of the form which will allow the data in the form to be
updated in to the data store.  How do I make the field represent a
unique number, putting the detail row id?
 
 
Thanks 
Amin


Re: multiple rows of editable data

2003-09-22 Thread Abhijeet Mahalkar
Yes If you are having ur data in the Xml then generate one tag srlNo aong with other 
tags and add this tag for each row and id of each tag in the row has to be the same as 
well as it has to be row id. Then u can retireve this activelement.getAttribute(id) 
; and get the TR of the table depends on this id value  then retrieve cell value of 
this row.. this way you can retireve the values as well as you can maintain uniqeness 
in each row of the table.. 

if you do not understand pls tell me i will forward a sample code for you..

regards
asbhijeet


- Original Message - 
From: Mohd Amin Mohd Din [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 22, 2003 1:10 PM
Subject: multiple rows of editable data


Hi,
 
I have a master detail form where the detail section has multiple rows
which have one field to be updated per row. There is one submit button
at the end of the form which will allow the data in the form to be
updated in to the data store.  How do I make the field represent a
unique number, putting the detail row id?
 
 
Thanks 
Amin



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]