Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select not going into cursor specified
Message
 
 
À
18/04/2008 10:34:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01311654
Message ID:
01311675
Vues:
19
It was Sylvain who caught the problem I just sugested different way to fix it. :)

>This fixed my problem. I knew it was going to be something easy.
>
>thanks for the information and looking at the problem.
>
>Beth
>
>>Or addd one line of code to replace CRLF with a space
>>
>>TEXT TO lcstrsql TEXTMERGE NOSHOW PRETEXT 7
>>      SELECT * from <<lcTable>>
>>        ORDER BY <<lcTag>> <<lcDirection>>
>>        INTO CURSOR <<lcNTable1>> nofilter
>>ENDTEXT
>>lcstrsql = STRTRAN(lcstrsql, CHR(13)+ CHR(10), SPACE(1))
>>&lcstrsql.
>>
>>
>>>Missing a ";" at the end of each lines:
TEXT TO lcstrsql TEXTMERGE NOSHOW PRETEXT 7
>>>      SELECT * from <<lcTable>>;
>>>        ORDER BY <<lcTag>> <<lcDirection>>;
>>>        INTO CURSOR <<lcNTable1>> nofilter
>>>ENDTEXT
>>>&lcstrsql
>I have a select statement that is working off of a readwrite cursor that I created. I build the select statement within a Text...endText statement like this:
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform