Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

DELETIONS()

Purpose

Determines, by reference to the dictionary, whether any records have been
deleted from any table in the application.

Arguments

None.

Setup

A dictionary must exist.

Example

     IF DICT->( DELETIONS() )
        POP_MSG( "Deleted records are pending" )
     ENDIF

Returns

.T. if any DICT->Deletions field contains .T.

Side Effects

None.

Artful Calls

None.

Source Files

AA_PACKM.PRG, AM_PACKM.PRG

See Also: DUST_1() PACKDICT() PACKFILE()

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