Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command is missing required clause
Message
From
08/07/1996 04:06:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Command is missing required clause
Miscellaneous
Thread ID:
00003527
Message ID:
00003527
Views:
225
Command is missing required clause. (1221)

Why am I getting this error here ?

UPDATE gaf!gafiles
SET gafiles.filesize = aNewData[i,2],
gafiles.filedate = aNewData[i,3],
gafiles.filetime = aNewData[i,4],
gafiles.fileattributes = aNewData[i,5]
WHERE ALLTRIM(gafiles.volume) = VolumeName AND ;
ALLTRIM(gafiles.filepath) = SearchPath AND ;
ALLTRIM(gafiles.filename) = aNewData[i,1]
Thankyou - Chris Haynes
Next
Reply
Map
View

Click here to load this message in the networking platform