Skip to Content
0
Former Member
Jul 29, 2005 at 02:09 PM

Can't catch the matrix row for Deleting Rows

97 Views

Hi,

I've already read related topics but couldn't solve the problem.

I catch the Delete Row menu event 1293, but then I can't save the deleted row in an array since it's no longer listed as a selected row.

All the matrix rows return

oMatrix.IsRowSelected(i) = False

after catching that 1293 event.

Trying BeforeAction True or false didn't solve that problem.

What am I missing ?