Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
InternetReadFile on slow connection
Message
De
19/10/2009 15:44:18
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01429696
Message ID:
01429934
Vues:
40
Thanks, Sergey.
While it looks like something I could have used, but I have already changed the way I am pulling a SSRS report:

objXML = CreateObject('Msxml2.XMLHTTP')
objXML.open("GET", pcUrlName)
objXML.send()
DO WHILE objXML.readyState # 4
ENDDO
This way it works no problem.


>See if info at http://msdn.microsoft.com/en-us/library/aa384220%28VS.85%29.aspx can help
>
>>I have tried to set user name and password using InternetSetOption but it still did not work.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform