Hi is there any way to programmatically check or mark the radio button?
I am having trouble when i do this.
Thank you for your help!
I am having trouble when i do this.
B4X:
If colroot.Get("Gender") = "M" Then
editradMale.Checked=True
Else
editradFemale.Checked=True
End If
Thank you for your help!