Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
URGENT: xml problems
Message
From
25/04/2000 08:46:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
URGENT: xml problems
Miscellaneous
Thread ID:
00363084
Message ID:
00363084
Views:
48
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 the following error:

Member DOCUMENT does not evaluate to an object

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 programcode. Is there any code like for example oIE.SaveAs("") or something to save the current file viewed???

Please help me
Reply
Map
View

Click here to load this message in the networking platform