Applies changes made in currently editing cell.
Syntax
rv = Send_Message(Ctrl, "OLE.UpdateCellEdit")
Returns
The selected cell's new contents.
Remarks
Applies any changes made by the user so far in a cell. This function will fire the BeforeUpdate and AfterUpdate events, but they will not be able to be cancelled.
The return value has the following multivalued structure:
Pos | Name | Type | Description |
---|---|---|---|
<1> | Text | Text | The edited cell's new contents |
<2, 1> | Field | Integer | The field index of the updated cell |
<2, 2> | Record | Integer | The record index of the updated cell |