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 in table maintainenance

Former Member
0 Likes
757

HI Experts,

In table maintenance view of a table i want to see one field as radio button and want to have checked for one of the entries out of the set of entries.

My table contain four field.

Key1 key2 nonkey1 nonkey2

I want to have nonkey2 as X for only one records for all same key1.

example data set

key1 key2 nonkey1 nonkey2

E1 1 eame X

E1 2 eame2

Here user shd not be able to put second row nonkey2 as X. This i want to achieve through radio button for nonkey2 in table maintenance.

Please advise.

Regards

Shiv

HI Experts,

In table maintenance view of a table i want to see one field as radio button and want to have checked for one of the entries out of the set of entries.

My table contain four field.

Key1 key2 nonkey1 nonkey2

I want to have nonkey2 as X for only one records for all same key1.

example data set

key1 key2 nonkey1 nonkey2

E1 1 eame X

E1 2 eame2

Here user shd not be able to put second row nonkey2 as X. This i want to achieve through radio button for nonkey2 in table maintenance.

Please advise.

Regards

Shiv

2 REPLIES 2
Read only

Former Member
0 Likes
532

> example data set

>

> key1 key2 nonkey1 nonkey2

>

> E1 1 eame X

> E1 2 eame2

>

> Here user shd not be able to put second row nonkey2 as X. This i want to achieve through radio button for nonkey2 in table maintenance.

Hi Shivaram,

I could'nt get you....

If key1 and key2 are different in both cases then why can't the monkey2 be 'X'.

and the functionality you are talking about can also be easily achieved by using list box which has a value 'Blank' and 'X'.

Hope it helps you,

Regards,

Abhijit G. Borkar

Read only

sridhar_meesala
Active Contributor
0 Likes
532

Hi,

If I understood your requirement you want nonkey2 could be checked for another value of key1. But this will not happen if you take radio button. Better you take check boxes and write small logic in the table maintainance events to handle that.

Hope it helps you. Revert for further help.

Thanks,

Sri.