which radio button is clicked [message #154977] |
Wed, 11 January 2006 09:50 |
kumar_sss
Messages: 6 Registered: January 2006 Location: india
|
Junior Member |
|
|
when a set of radio buttons are grouped
how to know which radio button is checked during runtime
name/value of the radiobutton clicked has to be used to display so message/text in a text box
any builtin's are there to do this activity
|
|
|
Re: which radio button is clicked [message #155006 is a reply to message #154977] |
Wed, 11 January 2006 12:39 |
RJ.Zijlstra
Messages: 104 Registered: December 2005 Location: Netherlands - IJmuiden
|
Senior Member |
|
|
>>how to know which radio button is checked during runtime
Suppose your RadioGroup is called 'RG', then the value will be: :blockname.RG
For the rest, check out the trigger WHEN-RADIO-CHANGED.
HTH
|
|
|