cancel
Showing results for 
Search instead for 
Did you mean: 

Add multiple rows in matrix

Former Member
0 Kudos

Hello,

I can add a Business Partner in a matrix I created using a chooseFromList.

However, if I want to add another row, I can't.

How can I manage this?

If I do a AddRow() in where I handle et_CHOOSE_FROM_LIST event, it works but add also many empty rows...

Any help will be appreciated.

Thibault

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use this code at tab event of the row previous to it,

<b> oMatrix.AddRow()</b>

Hope this solution works.

Regards,

Ganesh