cancel
Showing results for 
Search instead for 
Did you mean: 

How To Retrieve value of a radio button when clicked.. Points awarded.!!

Former Member
0 Kudos

Hi, my scenario is this, i am created a form where i can add and remove rows, and when remove row, i want to allow the user to check which row to remove by adding a radio button, when the user selects the radio button and clicks on remove row, that particular row will be removed.

My code for removing row is this now

Table1.Row1.instanceManager.removeInstance(nRowNum);

whereby nRowNum is the last row, but each radio button will be assigned a value, example there are 3 rows, meaning the 3 value for radio button will be 0, 1, 2..

So if user check the 2nd radio button, i wanna takes its value which is 1 and put it into nRowNum..

Does anyone know how to do this??

Points awarded if anyone can provide me with any help at all~! Thanks 😃

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go thru this link:

hope this helps you.

With Regards,

Amit

Former Member
0 Kudos

Hi,

Have a look at the sample for dynamic forms given with Adobe Life Cyclie Designer .

I think the better way for your requirement is to add a "delete button" before each row then user click on the row he want to delete .

Regards