Difference between revisions of "SET SAFETY"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET SAFETY=
 
 
 
 
==Class==
 
==Class==
 
Environment
 
Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[COPY]], [[CREATE]], [[ERASE]], [[JOIN]], [[PACK]], [[REINDEX]], [[SORT]], [[TOTAL]], [[ZAP]]
+
[[COPY]], [[CREATE]], [[ERASE]], [[JOIN]], [[PACK]], [[REINDEX]], [[SET DIALOG]], [[SET MESSAGE]], [[SET VERIFY]], [[SORT]], [[TOTAL]], [[ZAP]]
  
  
Line 26: Line 23:
 
use patrons
 
use patrons
 
copy to orders
 
copy to orders
Orders.dbf already exists.  Overwrite it?  (Y/N)</code>
+
Orders.dbf already exists.  Overwrite it?  (Y/N)
 +
</code>
  
  

Revision as of 11:35, 17 April 2009

Class

Environment


Purpose

Determine whether existing files are overwritten without prompting for confirmation


Syntax

SET SAFETY ON | OFF | (<expL>)


See Also

COPY, CREATE, ERASE, JOIN, PACK, REINDEX, SET DIALOG, SET MESSAGE, SET VERIFY, SORT, TOTAL, ZAP


Description

If SET SAFETY is ON, the user is asked whether the file should be overwritten before performing the operation. By default, SAFETY is ON


Example

use patrons
copy to orders
Orders.dbf already exists.  Overwrite it?  (Y/N)


Products

Recital Terminal Developer