ID: Q96369
The information in this article applies to:
REPLACE <alias.field> WITH <exp>, where <exp> is any text string, numeric value, or logical value, does not fill <field> with expected <exp>.
This problem may be caused by one of the following conditions. (Note that either of these first two causes will result in a corresponding error message.)
NOTE: The REPLACE command will not cause an error message if the record pointer is at EOF() or BOF(). The replace will simply not occur.
To correct this problem, do the following:
1. Check the command line for spelling or other related syntax errors.
2. Verify that the alias and field name exist and are spelled correctly.
3. Move the record pointer to a valid data record. For example:
GO TOP
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a
KBCategory: kbprg
KBSubcategory: FxprgGeneral
Last Reviewed: June 27, 1995