I have four radio buttons that behave properly when checked by clicking. How do I problematically click a button and get the same behavior? Using (dcl_Control_SetValue Onset_Outline_opTabStockTopLeft 1) leaves other button checked.
Thanks
Jim
If you change an option button value to 1 programmatically, you have to also set the value(s) for the associated buttons to 0 programmatically. I could add some code to do that automatically when setting one of them to 1, but Windows does not do that on its own unless you click on one of them.
Owen,
Thanks, and I did handle it the way you described.
Jim