How can I programmaticall y change the selected item within the above
control. I only have 2 items within it and I want to set the default
(programmatical ly) to item 1.
I've tried rdselector.item s(1).selectedva lue = true (or something along
those lines) but the item selected does not change. I've tried 0 as well.
TIA
control. I only have 2 items within it and I want to set the default
(programmatical ly) to item 1.
I've tried rdselector.item s(1).selectedva lue = true (or something along
those lines) but the item selected does not change. I've tried 0 as well.
TIA
Comment