UpdateCmdRefreshFieldList Property
Specifies the fields in the cursor to refresh after an Update command is executed. Read/write at design time and run time.
CursorAdapter.UpdateCmdRefreshFieldList[ = cExpr]
Return Value
Term | Definition |
---|---|
cExpr |
The character expression cExpr is a comma delimited list of the fields in the data source that are refreshed. |
Remarks
Applies To: CursorAdapter Class
The UpdateCmdRefreshFieldList property determines which fields in the cursor are automatically refreshed after an Update command is issued.
Note
The AllowUpdate Property must be set to True (.T.) to permit update operations to a data source.
For more information about how Visual FoxPro updates CursorAdapters, see Data Access Management Using CursorAdapters.
See Also
Reference
InsertCmdRefreshCmd Property
InsertCmdRefreshFieldList Property
InsertCmdRefreshKeyFieldList Property
UpdateCmdRefreshCmd Property
UpdateCmdRefreshKeyFieldList Property