Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TEXTMERGE something
Message
From
05/05/2007 13:07:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
TEXTMERGE something
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Miscellaneous
Thread ID:
01222744
Message ID:
01222744
Views:
63
I am using TEXTMERGE to create SQL commands. I am trying to use it in an Automation Server that's called from an ASP page. Something strange. If I use it in my error method then line of code after it is not executed.
...
lcErrText = MESSAGE() + ' ' + cMethod + ' ' + STR(nLine)
TEXT TO lcSql TEXTMERGE NOSHOW
	usp_UpdateErrors '<<tcErrText>>'
ENDTEXT	
This.mExecutesqlCommand(lcSql, '', '') && is not executed
...
if I use lcSql = "usp_UpdateErrors '" + lcErrText + "'" instead
then everything is fine.
Any idea?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform