Request_Save - cWebList
Attempts to save changes in the current row
Type: Procedure
Syntax
Procedure Request_Save
Call Example
Send Request_Save
Description
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.