‎2007 May 14 5:03 AM
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
‎2007 May 14 5:06 AM
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
‎2007 May 14 5:05 AM
Hi,
Double click on the table contorl and in the properties, In the Line Sel. Propertiy, select Mutiple Radiobutton.
Regards,
Himanshu
‎2007 May 14 5:06 AM
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
‎2007 May 14 5:07 AM
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