bobmpalmer
Programmer
I am trying to provide a data transfer routine using VFP to XML and am perplexed as to why if I execute the functions fron cursor to var and reverse all works fine but if I try to do the same to a file it fails with an error - XML parse error invalid at top level of the document Line 1 position 1
this works:-
CursorToXML("csrExport2","resinames",1,8)
USE
XMLTOCURSOR(resinames,"csrExport2")
this doesn't
CursorToXML("csrExport2","resinames.xml",3,512,0,"")
USE
XMLTOCursor("resinames.xml","csrExport2")
I have checked the msxml3 and msxml4 dlls and upgraded their versions from MSDN any help please?
Bob Palmer
The most common solution is H2O!
this works:-
CursorToXML("csrExport2","resinames",1,8)
USE
XMLTOCURSOR(resinames,"csrExport2")
this doesn't
CursorToXML("csrExport2","resinames.xml",3,512,0,"")
USE
XMLTOCursor("resinames.xml","csrExport2")
I have checked the msxml3 and msxml4 dlls and upgraded their versions from MSDN any help please?
Bob Palmer
The most common solution is H2O!