cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic disabling of Radio Button

Former Member
0 Kudos

Hi All

I have radio buttons and also Input feilds in same form. Is there any way that radio buttons are disabled or cleared when I focus my cursor in Input feilds? Also is there any way to clear radiobuttons or Input feilds I user clicks on submit button?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

you can work with the optoins like if there some entry in input field then u can disable the radion button. for this open the radio button properties window and in diaplay field give the formula as @<input field><>" "

hope is this works

regards

srinivas

Former Member
0 Kudos

Hi,

in VC there is no getFocus event, which you know from other development tools like the MS Visual Basic and so on. So I would say there is no way at the moment to disable the radio buttons, when you click into the input fields.

Best Regards,

marcel