Skip to Content
0
Former Member
Apr 12, 2005 at 04:01 PM

Clear "VatGroup" in Journal Entry matrix

23 Views

Hi,

I'm trying to clear the "VatGroup" in the Journal Entry matrix (V6.5 SP1) with the code:

For i=1 To oMatrix.RowCount

oMatrix.Columns.Item("17").Cells.Item(i).Specific.Select(0,SAPbouiCOM.BoSearchKey.psk_Index)

Next

but, I can't do it.

I can change the "VatGroup" to any value in ComboBox but not to the empty value.

I've tryed the "SAPbouiCOM.BoSearchKey.psk_ByValue" and "SAPbouiCOM.BoSearchKey.psk_ByDescription" options and I get the same result.

In v2004 it's OK.