[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
RECALL
RECALL reinstates records that are marked for deletion in the active
database file.
Syntax
RECALL [<scope>] [FOR <condition>] [WHILE <condition>]
Options
Scope: The <scope> is the portion of the current database file to
RECALL. The default scope is the current record. If a condition is
specified the scope becomes ALL.
Condition: The FOR clause specifies the conditional set of records
to RECALL within the given scope. The WHILE clause specifies the set
of records meeting the condition from the current record until the
condition fails.
Usage
If DELETED is ON, RECALL only reinstates the current record or a
specific record if you specify the RECORD scope.
Network
In a network environment, RECALL requires the current record be locked
with RLOCK() if you are RECALLing a single record; the current database
file be locked with FLOCK() or USEd EXCLUSIVEly, if you are RECALLing
several records.
See Also:
DELETE
PACK
SET DELETED
ZAP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson