‎2007 Dec 19 6:49 AM
Hi all,
Is there any possible way of getting only a single radiobutton on the selection screen.
According to my requirements a single radiobutton should exist on the selection screen and when the user selects it then a particular action should take place.
but wen i m writing the code as
PARAMETERS: date RADIOBUTTON group s1 default 'X'.
then it says only one parameter in the group s1 ....kindly help me with this...
thanks..
‎2007 Dec 19 6:54 AM
Hi,
U can use checkbox instead of radiobutton.
parameters:
C_box as checkbox.
Plzz reward points if it helps.
‎2007 Dec 19 6:54 AM
Hi,
Its not possible to have only one radio button u should have two..so wht ai suggest is use checkbox instead of radio button...when the user checks the check box do what u want..
Regards,
Nagaraj
‎2007 Dec 19 6:55 AM
Hi,
You must assign at least two parameters to each <radi> group. Only one parameter per group can have a default value assigned using the DEFAULT addition.
Try to use CHECKBOX to solve your problem.
‎2007 Dec 19 6:56 AM
HI Sumit ,
if u r going to use Radio Button means u have to use 2 or more must .
i think for u r requirement u can go for Check Box instead of Radio Button .k Once Try with Check BOx
THX
‎2007 Dec 19 7:29 AM
Hi,
thx for the reply... will do it with the help of the checkbox...
but i want a range option with the checkbox and not the parameters option on the selection screen..can u help me with this...
thanks...
‎2007 Dec 19 6:58 AM
SUMIT,
you can not acheive this with single button. because if you have single radio button you can not deselect it. so take two radio buttons and based on which button he select do the action.
Sudheer. A