AfterUpdateRecords Event

Description

This event fires after the user presses the Submit button to update the database. If the user submits multiple edited rows at once, this event is fired after all updates have been performed.

Discussion

Contrast with the AfterUpdateRecord, AfterDeleteRecord, and AfterInsertRecord events.

This event is included for backwards compatibility with Alpha Five v9. The AfterUpdateRecord, AfterDeleteRecord, and AfterInsertRecord events are preferred.

This event does NOT fire if the user submits an individual row.

The following variables are available to you in the event:

Variable
Description
Args

Contains the submitted data, GridDefinition, and rtc object.

PageVariables

Contains the state info (__si2) object.