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

Former Member
0 Likes
503

Hi All,

can I write radio buttons inside interactive report first list display (NOT in selection screen) ???.

If answer is YES. please help me with sample code.

Thanks and regards.

3 REPLIES 3
Read only

Former Member
0 Likes
485

Hi,

NO, You can't.

Only checkboxes you can display in the output.

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
485

Hi,

U can write checkboxes in ur screen output.

For this u need to do the following:

WRITE : A as checkbox.

Here A is a 1 character data field defined as DATA : A(1).

U can also define this A as a part of ur internal table if u want to display the checkbox against each line displayed.

Hope this helps.

Regards,

Himanshu

Read only

Former Member
0 Likes
485

YOu can have Checkboxes. never heard of radio-buttons in lists though.

Check this program demo_list_read_line for checkboxes on interactive lists.

regards,

Ravi