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

Radio Button on Custom screen

Former Member
0 Likes
772

Hi All..

I have created 2 Radio Buttons on my custom screen and everything is working fine with thier Functionality.

Currently First Radio Button is selected by Default.

Now i need to make both Radio Button unselected when system triggers the screen. Let the User selects any of the one..

How to make it possible..???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
707

Hello Pavan,

As per the Functionality of the radio button anyone of the two radiobuttons should be on.

FOr ur requiremnt u can go for Checkbox.

If useful reward.

Vasanth

4 REPLIES 4
Read only

Former Member
0 Likes
707

You can't do that in Radio button.

Better u change that radio button to Check boxes. And let the user check any one check box.

Regards,

Prakash.

Read only

Former Member
0 Likes
707

You can use different radio button groups for both the radio buttons.In this way the radio buttons are independant of each other and you can clear both the buttons when systems triggers the screen(at selection-screen output).

Read only

Former Member
0 Likes
707

You can do it:

unselect both in PBO

Read only

Former Member
0 Likes
708

Hello Pavan,

As per the Functionality of the radio button anyone of the two radiobuttons should be on.

FOr ur requiremnt u can go for Checkbox.

If useful reward.

Vasanth