Difference between revisions of "DELETED()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the deletion mark status
 
Function to return the deletion mark status
 
  
 
==Syntax==
 
==Syntax==
 
DELETED([<workarea | alias>])
 
DELETED([<workarea | alias>])
 
  
 
==See Also==
 
==See Also==
 
[[DELETE]], [[PACK]], [[RECALL]], [[SET DELETED]], [[SET FILTER]]
 
[[DELETE]], [[PACK]], [[RECALL]], [[SET DELETED]], [[SET FILTER]]
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 25: Line 21:
 
.F.
 
.F.
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Latest revision as of 11:53, 11 December 2012

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

Lianja Server, Lianja