UpdateEnd

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 codes

There are no special outcomes for this event. The only code is:

0 -- Continue processing

See also

RetrieveStart

SQLPreview

UpdateStart