I have one form which is displayed in tableview, now there are text fields and one yes/no option button.
Problem is that when i press the yes/no option button then the value is true but when i press the yes/no option button in the next record then the next record get that same value.
I want that there are only one yes/no option what means that when i press option button ex. in record 1 then the value = true but when i press option button in the record 2 then the value = true but record 1 value has changed to false.
Problem is that when i press the yes/no option button then the value is true but when i press the yes/no option button in the next record then the next record get that same value.
I want that there are only one yes/no option what means that when i press option button ex. in record 1 then the value = true but when i press option button in the record 2 then the value = true but record 1 value has changed to false.