Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

selection screen problem...

Former Member
0 Likes
743

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..

6 REPLIES 6
Read only

Former Member
0 Likes
714

Hi,

U can use checkbox instead of radiobutton.

parameters:

C_box as checkbox.

Plzz reward points if it helps.

Read only

former_member404244
Active Contributor
0 Likes
714

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

Read only

Former Member
0 Likes
714

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.

Read only

Former Member
0 Likes
714

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

Read only

0 Likes
714

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...

Read only

Former Member
0 Likes
714

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