Hi
I have 2 different radio button groups like this:
parameters RB_UL type XFELD radiobutton group GRP1
RB_LS type XFELD radiobutton group GRP1.
parameters RB_WA type XFELD radiobutton group GRP2
RB_AR type XFELD radiobutton group GRP2.
So my requirement is : when RB_UL is selected, the radiobuttons of GRP2 will be activated
when RB_LS is seleced, the radiobuttons of GRP2 will be disactivated.
Thank you !