08-24-2016 08:56 AM
Good day, I have another question for you.
How can I programmatically set as selected a specifically radio button on a Radio Buttons Group? I think this is very simple but i can't find a solution.
Thank you in advance.
Solved! Go to Solution.
08-25-2016 02:47 AM - edited 08-25-2016 03:07 AM
You can use the SetActiveCtrl function
08-25-2016 11:34 AM
If you're using toolslib\custctrl\radioGroup.fp, then use Radio_SetMarkedOption.
If you're using toolslib\custctrl\radioBtnGrp.fp, then use RadioBG_SetMarkedOption or RadioBG_SetMarkedOptionCtrl.
Hope this helps.
08-26-2016 01:07 AM
Thanks for the help!