Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append
Message
From
28/04/2008 05:58:45
 
 
To
28/04/2008 05:40:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Append
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01313438
Message ID:
01313440
Views:
7
i try this code it works ,this part not work (no replace)

REPLACE, like many commands, is scoped to the currently selected work area. If the table open in the currently selected work area is at EOF(), no replace takes place. The solution is to use the IN clause in the REPLACE command like this:
REPLACE MyField WITH MyValue IN MyAlias
Previous
Reply
Map
View

Click here to load this message in the networking platform