Post-change property (info boxes)

Previous Next

This is where you specify the action(s) that must be executed whenever the user inserts or updates a record in the selected info box, and then performs any action (such as scrolling to the next or previous record line) causing the insert or update manipulation to be stored.

The Post-change (info boxes) property can be used to complete data about to be sent to the database, perhaps mandatory fields computed by a sql-script() call.

Do NOT use the Post-change (info boxes) property for additional data validation. Use the Pre-insert Validation and Pre-update Validation properties instead. For more information, refer to "Data Validation Failure" .