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

how can we select multiple rows in table control for module pool program?

Former Member
0 Likes
1,573

hi guru's

i cannt able to select multiple table control rows for deletion of records please give any code to select rows?

regrards,

satheesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
839

On the Table Control attributes there is a "Selectability" option where you choose one of: None, Single, or Multiple. In your code you then need to pick up which rows have the selection column set to 'X'.

2 REPLIES 2
Read only

Former Member
0 Likes
840

On the Table Control attributes there is a "Selectability" option where you choose one of: None, Single, or Multiple. In your code you then need to pick up which rows have the selection column set to 'X'.

Read only

Former Member
0 Likes
839

in screen painter> layout>doubleclick on table control --> there is option LINE SEL in that select multiple radiobutton