Skip to Content
0
Former Member
Oct 06, 2005 at 02:47 PM

How to show value in Matrix cell

28 Views

Hi, there

I got a problem with fill Matrix cell, when I use the following way fill Matrix cell, it will cause ChooseFromList that bind with the cell column show many times.

cellval = oMatrix.Columns.Item("DSCardCode").Cells.Item(pVal.Row).Specific

cellval.value = val

when run Code [cellval.value = val], a new CFL dialog will show,who have some tips to fill the Matrix cell safely.

Thanks in advance.

Lanjun Wang