<OBJECT>.MARK_RECORD()
Syntax
<OBJECT>.MARK_RECORD()
Description
The <OBJECT>.MARK_RECORD() method applies to:
Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)
The <OBJECT>.MARK_RECORD() method marks the current record.
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
Example
This script marks the current record.
|
Parentform.mark_record() |
See Also