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

Problem with table control push button

Former Member
0 Likes
542

Hi Friends,

I have the requirement to be displayed in the table control, I got the data displayed in the table control. Now I need to select some of the records from the table control and update in the database. I tried to use the push button for selecting the records, When I am trying to do that i am able to select only one records instead of some number of records. When I try to select the push button for selecting the second record the first record which i selected is being unselected. Can any one tell me how to select more than one record in the table control.

Regards,

Line

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

hi

in the attributes of the table control, check the radio button Multiple under the Line Sel. column, which will enable multiple row selection in the table control..if u are selecting multiple rows, the attributes of the tablecontrol LINE_SELECTOR will be set to 'X' and current_line will give the line index that is selected..

if helpful, reward

Sathish. R

Message was edited by:

Sathish R

3 REPLIES 3
Read only

Former Member
0 Likes
491

Hi,

Double click on the table contorl and in the properties, In the Line Sel. Propertiy, select Mutiple Radiobutton.

Regards,

Himanshu

Read only

Former Member
0 Likes
492

hi

in the attributes of the table control, check the radio button Multiple under the Line Sel. column, which will enable multiple row selection in the table control..if u are selecting multiple rows, the attributes of the tablecontrol LINE_SELECTOR will be set to 'X' and current_line will give the line index that is selected..

if helpful, reward

Sathish. R

Message was edited by:

Sathish R

Read only

former_member632991
Active Contributor
0 Likes
491

Hi,

U have to change the table control attribute

LINE SELECT , instead of single , check the multiple for that and u will be able to select the multiple lines.

Regards,

Sonika