Difference between revisions of "SET CARRY"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET CARRY=
 
 
 
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Enable or disable data carry over to the new record added to the table
 
Enable or disable data carry over to the new record added to the table
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[APPEND]], [[INSERT]], [[SET FORMAT]]
+
[[APPEND]], [[APPEND BLANK]], [[Function Keys]], [[INSERT]], [[SET FORMAT]]
  
  
Line 25: Line 18:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set carry on
 
set carry on
 
use patrons
 
use patrons
append</pre>
+
append</code>
  
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|CARRY]]
 
[[Category:Set_Commands|CARRY]]
 +
[[Category:Screen Forms]]
 +
[[Category:Screen Forms Set Commands]]

Latest revision as of 16:46, 12 November 2009

Purpose

Enable or disable data carry over to the new record added to the table


Syntax

SET CARRY ON | OFF | (<expL>)


See Also

APPEND, APPEND BLANK, Function Keys, INSERT, SET FORMAT


Description

If SET CARRY is ON then the contents of the previously accessed record are carried over to the next one during the APPEND and INSERT commands. If SET CARRY is ON, the contents of the current record will be included in the new record created with the APPEND BLANK, APPEND BLANK <expN>, INSERT BLANK or INSERT BEFORE commands. Alternatively, when the APPEND or INSERT screens are active, pressing the [CARRY MODE] key toggles CARRY ON and OFF from within the form. By default, CARRY is OFF.

Values for specified fields can be pre-defined in the Applications Data Dictionary with the DEFAULT option. However, these default values will be overwritten if SET CARRY is ON.


Example

set carry on
use patrons
append


Products

Recital