Xbasic
OBJECT.MARK_RECORD Function
Syntax
.Mark_record()
Description
Marks the current record.
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.
Example
This script marks the current record.
Parentform.mark_record()
Limitations
Desktop applications only.
See Also