Hi All,
I have two groups of radion button sets. based on selection of one group made the other group radio buttons disable. suppose some one has selected one radion button from a group, so one button will get disabled from other groups.
i have written following codes.
actually its working, but its not looking good.
sub checkChanged(2 parameterrs are here)
[code=cpp]
{
if (radiobutton1.c hecked)
{
radiobutton2.ch ecked=true
radiobutton2.at tribute.add("di sable","true")
}
}[/code]
I have two groups of radion button sets. based on selection of one group made the other group radio buttons disable. suppose some one has selected one radion button from a group, so one button will get disabled from other groups.
i have written following codes.
actually its working, but its not looking good.
sub checkChanged(2 parameterrs are here)
[code=cpp]
{
if (radiobutton1.c hecked)
{
radiobutton2.ch ecked=true
radiobutton2.at tribute.add("di sable","true")
}
}[/code]
Comment