Difference between revisions of "EXCLUSIVE()"

From Lianjapedia
Jump to: navigation, search
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[INDEX]], [[PACK]], [[REINDEX]], [[SET EXCLUSIVE]], [[USE]], [[ZAP]]
+
[[INDEX]], [[ISEXCLUSIVE()]], [[PACK]], [[REINDEX]], [[SET EXCLUSIVE]], [[USE]], [[ZAP]]
  
 
==Description==
 
==Description==

Latest revision as of 10:55, 15 February 2023

Purpose

Function to return access status for a table

Syntax

EXCLUSIVE([<workarea | alias>])

See Also

INDEX, ISEXCLUSIVE(), PACK, REINDEX, SET EXCLUSIVE, USE, ZAP

Description

The EXCLUSIVE() function returns .F. if the table open in the currently selected workarea is available for shared access, and .T. if it is open for private use. If the optional <workarea | alias> is specified, the function will operate in the specified location.

Example

if not exclusive()
    dialog box "Command not available."
endif