Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The 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: DBDELETE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson