[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DELETED()
DELETED() identifies records that are marked for deletion.
Syntax
DELETED()
Returns
A logical value.
DELETED() returns true (.T.) if the current record is marked for
deletion; otherwise, false (.F.) is returned.
Usage
There are two areas where DELETED() may be used effectively. First is
querying the deletion status as a part of record processing conditions.
Second is displaying a record's deleted status as a part of screens and
reports. To do this, format the return value of DELETED() using IF()
as follows:
@ 1, 65 SAY IF(DELETED(), "Inactive", "Active")
See Also:
RECALL
SET DELETED
PACK
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson