baseballgem
Programmer
I'm still having a problem converting an XLM file to a cursor.
I have VFP 8 which (I thought) was suppose to have the correct dlls. an msm*3 and msm4 - I loaded in all the SOAP stuff that was reccommended.
But I still get this.
System cannot locate the file msxml3.dll
XMLTOCURSOR("c:\client23\testjunk.xml",'docstemp2',512)
-------------------
In another try I get
XML Parse error. Ivalid at the top level of the document Line 1 Position 1.
c:\client23\testjunk.xml
XMLTOCURSOR("c:\client23\testjunk.xml",'docs1',8192)
---------------------------------
Also, in the help - what does this mean when it says...
"..However, this does not work for XML provided from an external source or with XML that is not generated with the CURSORTOXML( ) function."
Does this mean if I receive some XML file generated out of .Net or elsewhere that I can not convert it to a cursor in VFP8?
I have VFP 8 which (I thought) was suppose to have the correct dlls. an msm*3 and msm4 - I loaded in all the SOAP stuff that was reccommended.
But I still get this.
System cannot locate the file msxml3.dll
XMLTOCURSOR("c:\client23\testjunk.xml",'docstemp2',512)
-------------------
In another try I get
XML Parse error. Ivalid at the top level of the document Line 1 Position 1.
c:\client23\testjunk.xml
XMLTOCURSOR("c:\client23\testjunk.xml",'docs1',8192)
---------------------------------
Also, in the help - what does this mean when it says...
"..However, this does not work for XML provided from an external source or with XML that is not generated with the CURSORTOXML( ) function."
Does this mean if I receive some XML file generated out of .Net or elsewhere that I can not convert it to a cursor in VFP8?