2007 Apr 10 2:18 PM
Hi,
I have two fields in a structure, which domain i need to use so that i will get radio button in SRM browser like yes and no.
Regards
Badari
2007 Apr 10 2:18 PM
2007 Apr 10 2:18 PM
2007 Apr 10 2:20 PM
Hi Ravi,
Itwill display check box only not radio button.
Regards
Badari
2007 Apr 10 2:26 PM
Hi Badri,
It is not the domain that determines if a field has to be displayed as a radio-button or a checkbox.
for example:
parameters : p_cb type xfeld as checkbox.
parameters: p_rb1 type xfeld radiobutton group RB1,
p_rb2 type xfeld radiobutton group RB1.
Regards,
ravi