Recall Records Dialog Box

Lets you unmark records that are marked for deletion. Corresponds to the RECALL command.

  • Scope
    Allows you to specify the records on which Visual FoxPro is to act. Choose Next, All, Record or Rest from the drop-down list. Choose a number from the spinner on the right when you select Next or Record from the Scope drop-down list.
  • For
    Displays the Expression Builder dialog box, where you create the logical expression that every record must meet to be affected by the command. Every record in the table is tested using the For expression.
  • While
    Displays the Expression Builder dialog box. The While expression specifies that the action affects records only as long as the logical expression is true. The first time the expression evaluates to false, the action ceases without considering remaining records.
  • Recall
    Recalls records using the Scope, For, and While values.

See Also

Delete Records Dialog Box | Expression Builder Dialog Box | RECALL Command | Scope Dialog Box