Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textmerge is recursive
Message
De
27/08/2012 19:36:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Textmerge is recursive
Divers
Thread ID:
01551619
Message ID:
01551619
Vues:
117
how can I avoid Textmerge is recursive error?

my code:
	TEXT TO dlcSQL TEXTMERGE noshow
		SELECT nStdPrice,nstdxprice
			FROM `StockDetail` 
		where cStdCode = '<<cIvdCode>>'
	ENDTEXT
I added
       dlcSQL=''
	TEXT TO dlcSQL TEXTMERGE noshow
		SELECT nStdPrice,nstdxprice
			FROM `StockDetail` 
		where cStdCode = '<<cIvdCode>>'
	ENDTEXT
sometimes it works sometimes not.

please advise

Regards,

Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform