[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RadioButton.Value


Am 23.09.26 um 12:36 schrieb valaquarus:
Bonjour,
I can't modifie the Value of the RadioButton, even in the IDE, when I change it to False, it came back to True. When I use RadioButton_Click to modifie it, in code, it send back an error :

"Débordement de pile".

Do I use the RadioButton the wrong way?
Since then it was working.

A RadioButton is only used within a group of radio buttons and only one RadioButton among them can be true at a time. If you try to set the value of a true RadioButton to false the system wouldn't know which button within the group shall set to true instead. So your observation is not surprising.

Did you actually want to have a function as provided by the CheckBox ?

Regards

Claus




Follow-Ups:
Re: RadioButton.Valuevalaquarus <valaquarus@xxxxxxxxx>
References:
RadioButton.Valuevalaquarus <valaquarus@xxxxxxxxx>