Turn off all Radio Buttons

2011-10-02 Thread AcidJazz
Is there a single line of code that will turn off all radio buttons in a group? - Mark P. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Turn-off-all-Radio-Buttons-tp3865377p3865377.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Turn off all Radio Buttons

2011-10-02 Thread J. Landman Gay
On 10/2/11 11:25 AM, AcidJazz wrote: Is there a single line of code that will turn off all radio buttons in a group? set the hilitedbutton of grp groupName to 0 -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Turn off all Radio Buttons

2011-10-02 Thread Klaus on-rev
Hi Mark, Am 02.10.2011 um 18:25 schrieb AcidJazz: Is there a single line of code that will turn off all radio buttons in a group? Yes :-) Ah, the line: ... set the hilitedbutton of grp X to 0 ... - Mark P. Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: Turn off all Radio Buttons

2011-10-02 Thread AcidJazz
Thank you both! I was trying:set the hilite of the hilitedbutton of me to false Needless to say, that was not working -- for multiple reasons! Mark P. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Turn-off-all-Radio-Buttons-tp3865377p3866080