Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding REPLACE command - why I don't get the erro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00630443
Message ID:
00630520
Vues:
20
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform