Hi all
Maybe my problem is not a Vfp one, but is related to.
I have a .xml file and i want to transform it into a .dbf one.
Syntax i use is :
The error is : "msxml3.dll: The system cannot locate the resource specified"
I mention that before that, i run: regsvr32 msxml3.dll
The system message was : 'DllRegisterServer in msxml3.dll succeeded'
I used 'dependency walker' and everything is ok there.
Pls help me !
Ty, Costin Alina
Costin Alina
Wolfsoft Company, Pitesti, Romania
Maybe my problem is not a Vfp one, but is related to.
I have a .xml file and i want to transform it into a .dbf one.
Syntax i use is :
Code:
xmltocursor('evidenta.xml','evid',512)
&&&&& ('evidenta.xml' is my file and 'evid' the new cursor)
The error is : "msxml3.dll: The system cannot locate the resource specified"
I mention that before that, i run: regsvr32 msxml3.dll
The system message was : 'DllRegisterServer in msxml3.dll succeeded'
I used 'dependency walker' and everything is ok there.
Pls help me !
Ty, Costin Alina
Costin Alina
Wolfsoft Company, Pitesti, Romania