SET CARRY Command
| Visual FoxPro 9.0 SP2 |
| SET CARRY Command |
| See Also |
|
Determines whether Visual FoxPro carries data forward from the current record to a new record created with INSERT, APPEND, and BROWSE.
SET CARRY ON | OFF
-or-
SET CARRY TO [FieldList [ADDITIVE]] |
Parameters
- ON
-
Brings data from all fields in all work areas forward from the current record to a new record.
- OFF
-
(Default) Prevents data from all fields from being passed to a new record.
- TO [ FieldList[ADDITIVE]]
-
FieldList specifies the fields from which data is carried forward. Separate the field names with commas.
ADDITIVE specifies that the fields in the field list be added to the current set of fields being carried forward.
Issuing SET CARRY TO implicitly performs SET CARRY ON.
Use SET CARRY TO without FieldList to restore the default setting (all fields are carried forward).
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08