Difference between revisions of "DISPLAY PROTECTION"

From Lianjapedia
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[DISPLAY DICTIONARY]],[[GETGID()]], [[GETPID()]], [[GETUID()]], [[LIST DICTIONARY]], [[LIST PROCEDURE]], [[LIST PROTECTION]],[[SET DICTIONARY]], [[STR()]]
+
[[DISPLAY DICTIONARY]],[[GETGID()]], [[GETPID()]], [[GETUID()]], [[LIST DICTIONARY]], [[LIST PROTECTION]],[[SET DICTIONARY]], [[STR()]]
  
 
==Description==
 
==Description==
Line 12: Line 12:
  
 
===TO <file>===
 
===TO <file>===
The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.  The command SET PAGELENGTH governs the output file pagination and SET PAGEWIDTH defines the width of each page.  Page numbers are centered on the bottom of the page according to width.
+
The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.
  
 
==Example==
 
==Example==
Line 21: Line 21:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Table Basics]]
+
[[Category:Databases]]
[[Category:Table Basics Commands]]
+
[[Category:NoSQL Commands]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Command Extensions]]

Latest revision as of 12:57, 4 February 2013

Purpose

Display current protection and security settings

Syntax

DISPLAY PROTECTION [TO FILE <.txt filename> | (<expC>)]

See Also

DISPLAY DICTIONARY,GETGID(), GETPID(), GETUID(), LIST DICTIONARY, LIST PROTECTION,SET DICTIONARY, STR()

Description

The DISPLAY PROTECTION command is used to display to the screen protection and security access control strings (ACS) for the currently active table. An access control string is a range of user identification codes used to allow groups or individuals to perform certain table operations.

TO <file>

The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

display protection