📚 SAP Business One SDK Help

FlushToDataSource Method
See Also 

Description

Flushes current data from the user interface to the bounded data source, as follows:

  1. Cleans the data source.
  2. Copies each row from the matrix to the corresponding data source record.

Syntax

Visual Basic
Public Sub FlushToDataSource() 

Remarks

All previous values in the data source are deleted. If there are user data sources that are bounded to the matrix column, they will contain the value of the last row in the matrix.

Relevant for system forms only.

See Also