Article ID: 139062
Article Last Modified on 2/11/2000
REPLACE <Fieldname> WITH <Varible> IN <TableAlias >
SET DEFAULT TO C:\VFP\SAMPLES\DATA OPEN DATA testdata USE products IN 0 GO TOP && Move record pointer to the first record USE customer IN 0 SELECT customer GO BOTTOM SKIP && Now the current work area(customer) is at EOF REPLACE Eng_name WITH "John Doe" IN productsBrowse the products table, and note that Eng_name has been changed to John Doe contrary to what the documentation says.
Additional query words: VFoxWin
Keywords: kbcode KB139062