Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange error
Message
De
25/12/2009 11:56:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01440623
Message ID:
01440629
Vues:
50
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform