Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
REPLACE command does not REPLACE....
Message
 
À
04/03/2008 10:44:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01298436
Message ID:
01298452
Vues:
11
As the others have told you the problem is the REPLACE command and the fact that is a scoped command. REPLACE is scoped to the current work area UNLESS you use the IN clause. The default scope for REPLACE is next 1 record, if the currently selected work area has no table open or is at EOF then there is no NEXT 1 record and so no REPLACE occurs. Using the IN clause tells VFP to use the IN target alias as the scope for the REPLACE command.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform