A
axapta
How can I programmatically change the selected item within the above
control. I only have 2 items within it and I want to set the default
(programmatically) to item 1.
I've tried rdselector.items(1).selectedvalue = 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
(programmatically) to item 1.
I've tried rdselector.items(1).selectedvalue = true (or something along
those lines) but the item selected does not change. I've tried 0 as well.
TIA