Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error
Message
From
25/12/2009 11:56:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01440623
Message ID:
01440629
Views:
49
>Command is missing required clause (Error 1221)
>
>
>WHEN I try :
>
>SELECT T.cnomteleph AS 'cNomRes'
>FROM TELEPH T INTO CURSOR CrystalNew READWRITE
>
>

of course, it becomes ( 'cNomRes'FROM)
SELECT T.cnomteleph AS 'cNomRes'FROM TELEPH T INTO CURSOR CrystalNew READWRITE
instead of ( 'cNomRes' FROM)
SELECT T.cnomteleph AS 'cNomRes' FROM TELEPH T INTO CURSOR CrystalNew READWRITE
ps: you can leave chr(9) in the string






>I Have a error but if i try in my temp.txt file
>
>SELECT T.cnomteleph AS 'cNomRes' FROM TELEPH T INTO CURSOR CrystalNew READWRITE
>
>I have no error
>
>
>
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform