DOCERR: Note in REPLACE Command Documentation Is Misleading (139062)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q139062 SUMMARY
The Note in the REPLACE command documentation describes a limitation that
in fact does not exist in Visual FoxPro. The incorrect note states:
No replacement occurs if the record pointer is at the end of the file
in the current work area and you specify a field in another work area.
It is possible to replace a field in another work area if the pointer is at
the end of the file in the current work area by using the REPLACE command
with the IN clause as in this example:
REPLACE <Fieldname> WITH <Varible> IN <TableAlias >
Modification Type: | Major | Last Reviewed: | 2/11/2000 |
---|
Keywords: | kbcode KB139062 |
---|
|