4 Radio Buttons

Started by Jim Short, August 12, 2009, 07:16:57 AM

Previous topic - Next topic

Jim Short

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
Jim Short

owenwengerd

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.

Jim Short

Owen,
Thanks, and I did handle it the way you described.
Jim
Jim Short