Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question on TEXT ENDTEXT use
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01533979
Message ID:
01533980
Vues:
82
This message has been marked as a message which has helped to the initial question of the thread.
>
>TEXT TO cSqlCommand TEXTMERGE NOSHOW PRETEXT 7
>       select mytable.field1, mytable.field2 from mytable
>       left join mytable2 on mytable.pk = mytable2.pk 
>       where  <<cSomeFilterExpr>> order by field1, field2
>ENDTEXT
>
TEXT/ENDTEXT stores the literal text contained into the variable, try changing your code to ...
TEXT TO cSqlCommand TEXTMERGE NOSHOW PRETEXT 7
select mytable.field1, mytable.field2 from mytable left join mytable2 on mytable.pk = mytable2.pk where  <<cSomeFilterExpr>> order by field1, field2
ENDTEXT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform