Click or drag to resize

DbServer.Refresh Method

X#
Reread the current record from the database, discarding any changes that have been made.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Refresh() AS USUAL CLIPPER
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
Sends a NotifyRecordChange message, if successful.
This command discards all changes to the current record. It is useful as a way of implementing Undo in an application. However, it cannot roll back changes that have been committed with the DBServer:Commit(). Also, note that it applies only to the current record; the data server and the drivers do not buffer changes made to multiple records.
See Also