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

Issue with Radio button(Module pool)

Former Member
0 Likes
409

Hi Experts,

I have an issue with Radio Button which would like to mention below.

I have two radio buttons like Mygo USA and Mygo India..And below that there is a Name,Project ID & Date fields to fill..After filling those fields I have to use Radio button one of those two to replicate the date whether the employee belongs to Mygo USA or Mygo India, then it should save in the ZTABLE.

My issue is when I am in that screen the first radio button Mygo USA is enabled by default, so if Mygo USA employee entered his details and already the Mygo USA radio button is checked so he just save the details without clicking on any of Radio button..Here the data is not saving in the ZTABLE as he is Mygo USA employee....

Please help me out from this issue.

Regards,

Naveen.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
384

Create a third radio button for no company yet, as there must always be one and only one radio button checked.

Regards,

Raymond

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
385

Create a third radio button for no company yet, as there must always be one and only one radio button checked.

Regards,

Raymond

Read only

kirill_smirnov
Explorer
0 Likes
384

Hi Naveen,

I think that if you disable both radio buttons in PBO until the text fields are filled - that might help. Another option might be to use a dedicated "Save" button which populates data according to one or two radio buttons after the text fields are filled.

Cheers,

Kirill