Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field name is dup or invalid problem
Message
De
08/10/2007 16:51:14
 
 
À
08/10/2007 16:33:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01259572
Message ID:
01259581
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
>Hi All,
> I am blind today. I have the following in code and get the error "Field name is a duplicate or invalid" when it hits the create table line. lcFilename is a valid path and new table name, no table by that name in the directory.
>
>  lcFilename = gPrintTables + "trnsct3.dbf"
>  ...
>  CREATE TABLE (lcFilename) FREE ( contract_id C(12), service_id C(12), ;
>     sub_id C(3), startdate D(8), enddate D(8) )
>
>
>Can someone tell me, please, what I am missing? It looks the same as four other lines I have in other progs.
>
>TIA
>Beth

Free tables are limited to field names of 10 characters.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform