Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Msxml problem
Message
De
13/02/2013 13:08:22
 
 
À
13/02/2013 12:52:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
01565920
Message ID:
01565924
Vues:
60
(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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform