Article ID: 101018
Article Last Modified on 12/1/2003
temp = db.memfield APPEND BLANK REPLACE db.memfield WITH tempNOTE: The following methods require that the system menu bars and appropriate shortcut keys be available for _MED_COPY and _MED_PASTE, and that the menu be active and available (SET SYSMENU ON or SET SYSMENU AUTOMATIC).
USE table1
SELECT 0
USE table2
SELECT table1
SKIP 1
KEYBOARD "{ctrl+c} {ctrl+w}"
MODIFY GENERAL table1.genfield
SELECT table2
APPEND BLANK
KEYBOARD "{ctrl+v} {ctrl+w}"
MODIFY GENERAL table2.genfield
To carry all information from all fields, except for general fields, into a
new record, use one of the following methods:
SCATTER MEMVAR MEMO APPEND BLANK GATHER MEMVAR MEMO
SET CARRY ON
BROWSE NOWAIT
KEYBOARD "{CTRL+N}"
Additional query words: VFoxWin FoxDos FoxWin docerr
Keywords: kbcode KB101018