Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append
Message
De
28/04/2008 05:58:45
 
 
À
28/04/2008 05:40:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Append
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01313438
Message ID:
01313440
Vues:
10
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform