Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textmerge is recursive
Message
From
27/08/2012 19:36:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Textmerge is recursive
Miscellaneous
Thread ID:
01551619
Message ID:
01551619
Views:
118
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
Next
Reply
Map
View

Click here to load this message in the networking platform