Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rename
Message
De
22/04/2006 04:18:21
 
 
À
21/04/2006 15:07:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Rename
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01115477
Message ID:
01115678
Vues:
7
Hi,

Syntax is incorrect for table field. Try:
REPL main1.date WITH STRTRAN(main1.date, "/", "_")&&
>i try as under, error message Object "main1" is not found
>

>USE main1
>main1.date = STRTRAN(main1.date, "/", "_")&&
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform