Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2801

Problem with row deletion on Matrix

$
0
0

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


Viewing all articles
Browse latest Browse all 2801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>