Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error
Message
 
 
To
25/12/2009 11:56:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01440623
Message ID:
01440631
Views:
39
Gregory,
Naomy,

thank for help.

but when i try
 =STRTRAN(  cFile , CHR(13) , '   ' )
=STRTRAN(  cFile , CHR(9) , '   ' )
I have still the probleme ?



>>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
>>
>>
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform