Hi.
I have a problem with row deletion on Matrix.
After row is deleted sum of particullar column disappers.
Here are my parts of my code:
1) Definition of sum for column
oColumn = (SAPbouiCOM.Column)oMatrix1.Columns.Item("cQuan"); | |
oColumn.ColumnSetting.SumType = BoColumnSumType.bst_Auto; |
2) Row deletion
frm.DataSources.DBDataSources.Item(dataSourceIndex).RemoveRecord(recordNo);
oMatrix.LoadFromDataSource();
After row deletion the summary of cQuan column is empty.
Any help will be appreciated.
Best regards,
Pawel