Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Table error
Message
From
08/04/2018 12:16:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Create Table error
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01659233
Message ID:
01659233
Views:
49
Hi all,

I have staring at this code for over hour now, and not determine why I am getting a Syntax Error. Can someone check it out and help me.

Update: I found it, it is the "}" at the end.
		CREATE TABLE TaskListX FREE ;
		( ;
			UniqueID C(10), ;
			TaskType C(10), ;
			Comments M, ;
			Created T, ;
			TimeStamp T, ;
			System L, ;
			Tag C(20), ;
			User C(50), ;
			Assigned C(50) ;
			}
		INDEX on UniqueID TAG UniqueID
Greg Reichert
Next
Reply
Map
View

Click here to load this message in the networking platform