Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML problems
Message
De
25/04/2000 05:51:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
XML problems
Divers
Thread ID:
00363036
Message ID:
00363036
Vues:
53
I have a problem sending HTML containing an XML-file. I use the following code found on this site:

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("c:\xmlbest.htm")
oIE.Document.Forms(0).Submit.Click()
oIE.Visible = .T.

It works sometimes, but i often get an error code saying that the document (oIE.Document) isn't a part of the object. What can I do?

Another question: after i have send the html-file i receive a confirmation file, which is an xml-file. I want to save the file from the code in Foxpro. Is there any code like oIE.SaveAs("") or something to save the current file viewed???

Please help me
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform