[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RadioButton.Value
[Thread Prev] | [Thread Next]
- Subject: Re: RadioButton.Value
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Wed, 23 Sep 2026 13:58:38 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
| Re: RadioButton.Value | valaquarus <valaquarus@xxxxxxxxx> |
| RadioButton.Value | valaquarus <valaquarus@xxxxxxxxx> |