cancel
Showing results for 
Search instead for 
Did you mean: 

Re:Matrix Delete Row Problem

Former Member
0 Kudos

Hi All,

I have created a .srf form with a single matrix.For that i have created a table with no object.Everything is working fine.I have added a delete row option,it is deleting a row from the matrix.When i click update it is not deleting the row in the database table. How should i solve this problem.I have not registered it in UDO.

Thanx in advance

Mohana

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Hi,

when you bind your matrix to a non udo table you have to write your own code to delete the rows from the table.

go through the table and delete the rows that you want to remove.

oUserTable.GetByKey

oUserTable.Remove

lg David

Answers (1)

Answers (1)

Former Member
0 Kudos

As suggested by David we need to write our own code as its not a UDO. Write ur delete code in the Menu event.

Vasu Natari.