Harbour Reference Guide

 

DBRECALL()

Recalls a record previousy marked for deletion.

Syntax

DBRECALL() --> NIL

Returns

DBRECALL() always returns NIL.

Description

This function unmarks those records marked for deletion nd reactivates them in the aliased or selected work area.If a record is DELETED and the DELETED setting is on, the record will still be visible for a DBRECALL() provided that the database record pointer has not been skipped.Once a record marked for deletion with the DELETE setting ON has been skipped, it no longer canbe brought back with DBRECALL().
Examples
      USE Test NEW
      DBGOTO(10)
      DBDELETE()
      ? DELETED()
      DBRECALL()
      ? DELETED()
      USE
Status

Ready

Compliance

This function is CA-Clipper compliant

Files

Library is rdd

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30