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

RadioButton in Table Control

Former Member
0 Likes
3,172

hi

check Box can be used as a field in table control .

Shall we have radiobutton as field in table control if yes plz any one tell me how it be

thanks & regards,

sandhya

9 REPLIES 9
Read only

Former Member
0 Likes
1,806

Drag and drop the radio button into the table control. Name it and use it as per the requirement

Read only

Former Member
0 Likes
1,806

Hai Sandhya

Place the Radio Buttons on the screen and select them & Give name for each Radio Button

then

Goto Menu Edit>Grouping>RadiButton Group-->Define

Here Define Means : Your Adding the Group

Desolve : Your Saparating the Group

Thanks & Regards

Sreenivasulu P

Read only

Former Member
0 Likes
1,806

Hi,

In Screen painter, try dragging n pasting radiobotton in table contol.

Regards,

Tanveer

Read only

Former Member
0 Likes
1,806

Hi,

You can have radion buttons.

Drag and Drop the radion button.

<u>Assign all the Radio Button to the same group otherwise the radio buttons will behave like check boxes</u>

Regards,

Sameena

Read only

0 Likes
1,806

hi

if we drag nd drop radio button directly on to screen it works but i want radio button in Table control that is radio button as one field

If we directly drag nd drop it is not working , first we should declare it as field of internal table which is used to populate data in table control but , internal table is not accepting radiobutton as field.

thanks

sandhya

Read only

0 Likes
1,806

Hi,

Declare a field of type c (length one) and then assign radio button to this field.

If the value is ‘X’ the radio button is selected else it will be ‘’.

Regards,

Sameena

Read only

0 Likes
1,806

hi guys

I got Radoi Button in Table COntrol

when u want radio Button in Table Control when you drag nd drop it is not coming , u have to declare a variable as char1 in internal table and in Screen when you transfer internal table fields to the Table control there is option in which format field to be provided in Table control

1)Text2)CheckBox3)Radio

Regards

Sandhya

Read only

Former Member
0 Likes
1,806

Hi Sandhya,

Yes you can use the radio button in your table control.

To do so, you have to go to the screen painter layout. There on the left side , there is an icon for the radiobutton . You can drag it on your table control. You can give a name and a group to this.

And then using this group and nme, you can use the same in your main program.

Regards,

Kunal.

Read only

Former Member
0 Likes
1,806

Hi,

Please mark the helpful answers and close the thread if the issue is resolved.

Regards,

Sameena