Difference between revisions of "DELETED()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return the deletion mark status
 
Function to return the deletion mark status
Line 30: Line 28:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 16:43, 27 November 2009

Purpose

Function to return the deletion mark status


Syntax

DELETED([<workarea | alias>])


See Also

DELETE, PACK, RECALL, SET DELETED, SET FILTER


Description

The DELETED() function returns .T. if the current record in the currently selected workarea is marked for deletion. If the optional <workarea | alias> is specified, then the function operate in the specified workarea.


Example

use patrons
delete
? deleted()
.T.
recall
? deleted()
.F.


Products

Recital Server, Recital