.rollback() |
Rolls back manipulated data. Returns the 'this' object. Syntax
Options is a struct that can have the following items, all of which are optional. Keep-selections is a boolean that specifies whether the current record remains the same after rollback:
Quiet is a boolean that determines whether or not a message is displayed when the rollback is completed. The default is false, meaning that a message is displayed by default. Success-function is a function called when the rollback is completed. Error-function is a function called if the rollback fails.
Example $.udb.rollback({ |