Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding REPLACE command - why I don't get the erro
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00630443
Message ID:
00630520
Views:
18
Nadya,

REPLACE y.Whatever ...

Will only do a replace if ...

1. There is a table or cursor open in the currently selected work area
2. There is at least one record in that table or cursor
3. That table or cursor is not at EOF()

Unless you include the IN Y option on the REPLACE command line.

Also, using single letters as table alias' is a very bad idea, you should use at least two character because VFP's default alias' for certain work areas are single letters.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform