Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Did I miss something?
Message
 
To
05/02/2002 21:09:39
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00615839
Message ID:
00615958
Views:
13
Calvin,

The REPLACE command has a NEXT n option thqat specifies how many records should be replaced. The default scope for NXT is 1 when you don't specify anything. The scope is applied to the currently selected wirk area unless you use the IN clause to specify the work area to use. If the current work area has no table open or is at EOF() then the NEXT 1 scope says No Records and no replace will occur.

The safest way to deal with this is to always specify the IN clause on the REPLACE command.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform