Procedure Request_Save
| Call: | Send Request_Save |
Request_Save attempts to save the changes in current row. It does this by calling SaveSelectedRow.
For various reasons, this operation may not succeed. This operation may be cancelled via user verification, the save operation may not be allowed or validation errors may occur. If the operation fails or is cancelled, the global Err variable is set to True; else Err will be False.
See SaveSelectedRow for more about the row save process.