UpdateCmdRefreshCmd Property

Specifies the command to automatically refresh the record after an Update command is executed. Read/write at design time and run time.

CursorAdapter.UpdateCmdRefreshCmd[ = cCommand] 

Return Value

Term Definition

cCommand

Character data type. The following table lists the possible values for cCommand.

cCommand Description

Character string or expression

Specifies a valid refresh command for the data source.

Empty string ("")

The CursorAdapter object generates an refresh command automatically.

Remarks

Applies To: CursorAdapter Class

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
UpdateCmdRefreshFieldList Property
UpdateCmdRefreshKeyFieldList Property