Skip to Content
0
Former Member
May 07, 2010 at 09:19 AM

The index of selected row in table

50 Views

Hi experts,

I have a table in my view and the table have some records, I select one of the record and hit the button on 'Modify', then I want two field of the selected record to be input ready. is it possible to do this?

Because I tried some ways that told in the forums but faild to got the index of the record that I selected in table.

I unchecked the checkbox of 'Initialization Lead Selection' of the node which the table is binded, and found when I use the method of

lead_selection_index = lo_nd_node_materialnum->get_lead_selection_index( ).

the index I got is always 2-....no matter which record I selected..

How to locate which row of the table that I'm seleted?

Please help me on this..

Thanks for your time!

Anna