Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
loHTTP.ResponseXML change behavior in SP1
Message
De
18/02/2002 00:55:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
loHTTP.ResponseXML change behavior in SP1
Divers
Thread ID:
00621438
Message ID:
00621438
Vues:
86
Since SP1, I just discovered that loHTTP.ResponseXML has changed behavior in regards to the following.
loHTTP=CREATEOBJECT('Microsoft.XMLHTTP')
loHTTP.Open('GET',lcUrl,.F.)
loHTTP.Send()
loXML=loHTTP.ResponseXML
IF EMPTY(loXML.XML)
   MESSAGEBOX('No XML')
   RETURN .F.
ENDIF
XMLTOCURSOR(loXML.XML,'Temp')
In VFP 7, that was working ok. Now, with SP1, when there is no XML, it does not go in the condition as loXML.XML contains the HTML code.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Répondre
Fil
Voir

Click here to load this message in the networking platform