DataSourceExecuteMarkCommitted

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean DataSourceExecuteMarkCommitted()	

The DataSourceExecuteMarkCommitted method performs client commit.

Returns

The return value is TRUE if client commit was successful, FALSE otherwise.

Comments

Performing a client commit involves things such as updating the visual state of the data source to indicate that the records have now been successfully saved. For example the new and modified icons on table rows are removed during the client commit.
Client commit will only be performed if the entire save transaction was successful.