Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Msxml problem
Message
From
13/02/2013 13:08:22
 
 
To
13/02/2013 12:52:43
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
01565920
Message ID:
01565924
Views:
61
(1) See remarks here http://en.wikipedia.org/wiki/MSXML about version 4.0 - needs a separate install

(2) try
objhttp = CREATEOBJECT("MSXML2.XMLHTTP.6.0")
>I have what appears to be a permissions issue.
>
>The application links to a URL and posts lines of data in a format agreed by the web host.
>
>
>
>Lparameters mstrURL, dataline
>objhttp = CREATEOBJECT("MSXML2.XMLHTTP.4.0")
>WITH objhttp
>	TRY 
>     	.open("POST", mstrURL,.f.)
>		.setRequestHeader("Content-Type", "application/x-www-form-urlencoded")
>
>
>
>                       .Send(dataline)
>ENDWITH
>
>
>
>This works fine in the IDE but when I run the compiled exe objhttp.send returns Error 1429
>OLE IDispatch exception code 0 from msxml4.dll: The system cannot locate the resource specified.
>
>Running the exe as administrator has no effect.
>
>Any advice would be greatly appreciated.
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform