Flushes current data from the user interface to the bounded data source, as follows:
- Cleans the data source.
- Copies each row from the matrix to the corresponding data source record.
Flushes current data from the user interface to the bounded data source, as follows:
| Visual Basic |
|---|
Public Sub FlushToDataSource() |
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.