downloadrecord

The downloadrecord statement downloads the current record from the connected server.


Parameters

No parameters.


Description

This statement downloads the current record from the connected server. Any data in the local copy of the record is replaced with the updated data from the server. This is similar to the lockrecord statement, however, the downloadrecord statement does not lock the record.

If this client has locked the current record, the downloadrecord statement unlocks it. This has the side effect that all editing that has been performed since the record was locked is wiped out.

The downloadrecord operation can also be performed manually by choosing the Download Record command in the Records menu. (Note: The menu command actually uses the downloadrecordwithwarning statement, which warns the user that their editing will be lost if the record is already locked.)


See Also


History

VersionStatusNotes
10.2UpdatedNew in this version.