Row_save - dbGrid_
Sent by request_save to save the current record in the server file
Type: Function
Return Data Type: Integer
Syntax
Function Row_save Returns Integer
Call Example
Get Row_save to IntegerVariable
Description
Row_save is sent by request_save to save the current record in the server file. This is a replacement for the save_row procedure, differing in that this function returns a status indicator. This function sends save_row.
Return Value
| Constant | Meaning |
|---|---|
| 0 | The save was accomplished successfully without error |
| 1 | Validation failed |
| 2 | The user did not validate the save request |
| 3 | An error occurred during the save |
Syntax
Function Row_Save Returns Integer
| Col 1 | Col 2 |
|---|---|
| Call: | Get Row_Save to IntegerVariable |
Description
Row_save is sent by request_save to save the current record in the server file. This is a replacement for the save_row procedure, differing in that this function returns a status indicator. This function sends save_row.