I have a vb6 program thats been running on Win7 all ok
I am trying to get the program running on Win8..BUT have one small problem wit xmlload
The program comes up with an object error
I have xml6 in my references
Set xmldoc = New MSXML2.DOMDocument60 Have also tried Set xmldoc = New MSXML2.DOMDocument
xmldoc.async = False
xmldoc.validateOnParse = False
xmldoc.resolveExternals = False
Path = ThePage
xmldoc.Load Path
MsgBox "doc: " + vbNewLine + doc.XML
Have created a package and installed on the machine in question
Really appreciate any help with getting the xmlload working ??if at all under win8
Regards Trob70
I am trying to get the program running on Win8..BUT have one small problem wit xmlload
The program comes up with an object error
I have xml6 in my references
Set xmldoc = New MSXML2.DOMDocument60 Have also tried Set xmldoc = New MSXML2.DOMDocument
xmldoc.async = False
xmldoc.validateOnParse = False
xmldoc.resolveExternals = False
Path = ThePage
xmldoc.Load Path
MsgBox "doc: " + vbNewLine + doc.XML
Have created a package and installed on the machine in question
Really appreciate any help with getting the xmlload working ??if at all under win8
Regards Trob70