Description
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. |
Return Values
There are no special outcomes for this event. The only code is:
0 -- Continue processing
See also