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

to select a row programatically

Former Member
0 Likes
595

hai frnds,

how to select rows programatically in table control. i want select suppose all rows then all the rows selected you become in yellow color (like we see in table control). how to do that. plz help.

2 REPLIES 2
Read only

Former Member
0 Likes
456

Hi,

First define a field called VIM_MARKED in "Selection col. name" property of your table control and then inside the loop on the table control, you set VIM_MARKED = 'X' in PBO or PAI.

You have to first check "With Sel. Column" property and then "Selection col. name" will be enabled.

Sri

Read only

Former Member
0 Likes
456