cancel
Showing results for 
Search instead for 
Did you mean: 

table control

Former Member
0 Kudos

Hi,

If i choose one row of a table i should do some action.In Screen painter table control we will have the name for index so we can write code under condition if name = "X' ,but here how to do it?

Anyone knows kindly help.

Regards,

Suchihtra.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suchithra,

Use Onlead_select event inthe component Table. Please

check it in Table properties .

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suchithra,

Check the properites of your table. It has one event like Onlead_seelect.

usin this event you can get the Selected rows from the table. When ever the user select any row form your table this Event will triggered.

Using get_selected_rows method you can get the user selected rows.

Thanks.