AfterCursorUpdate Event
| Visual FoxPro 9.0 SP2 |
| AfterCursorUpdate Event |
| See Also |
|
Occurs immediately after all intermediate AfterUpdate, AfterDelete, or AfterInsert events have occurred and before the TABLEUPDATE( ) function returns.
PROCEDURE Object.AfterCursorUpdate LPARAMETERS nRows, lTableUpdateResult, cErrorArray |
Parameters
- nRows
-
Specifies the setting from the nRows parameter from a TABLEUPDATE( ) function operation.
- lTableUpdateResult
-
Specifies the value returned by a TABLEUPDATE( ) operation.
- cErrorArray
-
Contains the contents of the cErrorArray parameter from a TABLEUPDATE( ) operation. Visual FoxPro populates this array from TABLEUPDATE( ) only under the circumstances described by the cErrorArray description in the TABLEUPDATE( ) function.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08