JavaScript Editor js editor     Web development 



Main Page

Specifies the fields in the cursor to refresh after an Insert command is executed. Read/write at design time and run time.

CursorAdapter.InsertCmdRefreshFieldList[ = cExpr] 

Return Value

Term Definition

cExpr

The character expression cExpr is a comma delimited list of the fields in the cursor that are refreshed.

Remarks

Applies To: CursorAdapter Class

The InsertCmdRefreshFieldList property determines which fields in the cursor are automatically refreshed after an Insert command is issued.

Note:
The AllowInsert Property must be set to True (.T.) to permit insert operations to a data source.

For more information about how Visual FoxPro updates remote data using a CursorAdapter, see Data Access Management Using CursorAdapters.

See Also



JavaScript Editor js editor     Web development