Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field name is dup or invalid problem
Message
From
08/10/2007 16:33:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Field name is dup or invalid problem
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01259572
Message ID:
01259572
Views:
85
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
Next
Reply
Map
View

Click here to load this message in the networking platform