Occurs when all the updates to the database from the DataWindow (or DataStore) are complete.
PowerBuilder event information Event ID: pbm_dwnupdateend
| Argument | Description | 
|---|---|
| rowsinserted | Long by value. The number of rows inserted. | 
| rowsupdated | Long by value. The number of rows updated. | 
| rowsdeleted | Long by value. The number of rows deleted. | 
Web ActiveX event information Event name: afterUpdate
| Argument | Description | 
|---|---|
| RowsInserted | Number. The number of rows inserted. | 
| RowsUpdated | Number. The number of rows updated. | 
| RowsDeleted | Number. The number of rows deleted. | 
There are no special outcomes for this event. The only code is:
0 Continue processing