LastModified Property

See Also    Example    Applies To

Returns a bookmark indicating the most recently added or changed record.

Syntax

CdbBookmarkGetLastModified(VOID);

Remarks

You can use the LastModified property to move to the most recently added or updated record. Use the LastModified property with table- and dynaset-type CdbRecordset objects. A record must be added or modified in the CdbRecordset object itself in order for the LastModified property to have a value.