RefreshTimeStamp Property
Specifies if the fields included in the TimestampFieldList Property are automatically refreshed when an Insert or Update command is executed. Read/write at design time and run time.
CursorAdapter.RefreshTimestamp[ = lExpr]
Return Value
lExpr
One of the following logical values:Setting Description True (.T.)
Enables automatic refresh of the fields included in the TimestampFieldList property.
False (.F.)
(Default) Disables automatic refresh of the fields included in the TimestampFieldList property.
Remarks
Applies To: CursorAdapter Class
Setting the RefreshTimestamp property to True (.T.) is identical to including the timestamp fields at the end of the InsertCmdRefreshFieldList Property and the UpdateCmdRefreshFieldList Property.